Html Css Color HEX #630ECC Purple Heart

📋 copy color: '#630ECC'

red 99 ◦ green 14 ◦ blue 204

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

Shades of Purple Heart #630ECC

Tints of Purple Heart #630ECC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.42%

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

R = 31.23%
G = 4.42%
B = 64.35%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#630ECC (or 0x630ECC) is known color: Purple Heart. HEX triplet: 63, 0E and CC. RGB value is (99,14,204). Sum of RGB (Red+Green+Blue) = 99+14+204=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #630ECC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630ECC is #9CF133. Grayscale: #3C3C3C. Windows color (decimal): -10285364 or 13373027. OLE color: 13373027.

HSL color Cylindrical-coordinate representation of color #630ECC: hue angle of 266.84º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630ECC is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 14 204 -
CMYK 0.51 0.93 0 0.2
HSL 266.84º 0.87% 0.43% -
HSV(B) 266.84º 0.93% 0.8% -
XYZ 16.2 7.33 57.69 -
YUV 61.08 208.66 155.05 -
System Red Green Blue C M Y K H S L
Decimal 99 14 204 0.51 0.93 0 0.2 266.84 0.87 0.43
Hex 63 E CC 33 5D 0 14 10B 57 2B
Octal 143 16 314 63 135 0 24 413 127 53
Binary 1100011 1110 11001100 110011 1011101 0 10100 100001011 1010111 101011

Color Harmonies of #630ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630ECC

Black with #630ECC

Text Example


Text Example

White with #630ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630ECC; }

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

 H1.HeaderClassName
 {
   color: #630ECC;
 }
 .AnyTagClassName
 {
   color: #630ECC;
 }
</style>

background-color css

<style>
 a { background-color: #630ECC; }

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

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

border-color css

<style>
 span { border-color: #630ECC; }

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

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