Html Css Color HEX #6300CD Purple Heart

📋 copy color: '#6300CD'

red 99 ◦ green 0 ◦ blue 205

#6300CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6300CD

Tints of Purple Heart #6300CD

RGB

 RED value IS 99 (39.06% from 255) = 32.57%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 205 (80.47% from 255) = 67.43%

R = 32.57%
G = 0%
B = 67.43%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6300CD (or 0x6300CD) is known color: Purple Heart. HEX triplet: 63, 00 and CD. RGB value is (99,0,205). Sum of RGB (Red+Green+Blue) = 99+0+205=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #6300CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6300CD is #9CFF32. Grayscale: #343434. Windows color (decimal): -10288947 or 13434979. OLE color: 13434979.

HSL color Cylindrical-coordinate representation of color #6300CD: hue angle of 268.98º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6300CD is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 0 205 -
CMYK 0.52 1 0 0.20
HSL 268.98º 1% 0.4% -
HSV(B) 268.98º 1% 0.8% -
XYZ 16.17 7.06 58.27 -
YUV 52.97 213.8 160.83 -
System Red Green Blue C M Y K H S L
Decimal 99 0 205 0.52 1 0 0.20 268.98 1 0.4
Hex 63 0 CD 34 64 0 14 10D 64 28
Octal 143 0 315 64 144 0 24 415 144 50
Binary 1100011 0 11001101 110100 1100100 0 10100 100001101 1100100 101000

Color Harmonies of #6300CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6300CD

Black with #6300CD

Text Example


Text Example

White with #6300CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6300CD; }

 p { color: rgb(99,0,205); }

 H1.HeaderClassName
 {
   color: #6300CD;
 }
 .AnyTagClassName
 {
   color: #6300CD;
 }
</style>

background-color css

<style>
 a { background-color: #6300CD; }

 a { background-color: rgb(99,0,205); }

 div.DivClassName
 {
   background-color: #6300CD;
 }
 .BgClassName
 {
   background-color: #6300CD;
 }
</style>

border-color css

<style>
 span { border-color: #6300CD; }

 span { border-color: rgb(99,0,205); }

 td.TdClassName
 {
   border-color: #6300CD;
 }
 .TagClassName
 {
   border-color: #6300CD;
 }
</style>