Html Css Color HEX #6300CC Purple Heart

📋 copy color: '#6300CC'

red 99 ◦ green 0 ◦ blue 204

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

Shades of Purple Heart #6300CC

Tints of Purple Heart #6300CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 67.33%

R = 32.67%
G = 0%
B = 67.33%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6300CC (or 0x6300CC) is known color: Purple Heart. HEX triplet: 63, 00 and CC. RGB value is (99,0,204). Sum of RGB (Red+Green+Blue) = 99+0+204=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #6300CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6300CC is #9CFF33. Grayscale: #343434. Windows color (decimal): -10288948 or 13369443. OLE color: 13369443.

HSL color Cylindrical-coordinate representation of color #6300CC: hue angle of 269.12º 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 #6300CC is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 0 204 -
CMYK 0.51 1 0 0.2
HSL 269.12º 1% 0.4% -
HSV(B) 269.12º 1% 0.8% -
XYZ 16.04 7.01 57.63 -
YUV 52.86 213.3 160.91 -
System Red Green Blue C M Y K H S L
Decimal 99 0 204 0.51 1 0 0.2 269.12 1 0.4
Hex 63 0 CC 33 64 0 14 10D 64 28
Octal 143 0 314 63 144 0 24 415 144 50
Binary 1100011 0 11001100 110011 1100100 0 10100 100001101 1100100 101000

Color Harmonies of #6300CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6300CC

Black with #6300CC

Text Example


Text Example

White with #6300CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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