Html Css Color HEX #630CC0 Purple Heart

📋 copy color: '#630CC0'

red 99 ◦ green 12 ◦ blue 192

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

Shades of Purple Heart #630CC0

Tints of Purple Heart #630CC0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.96%

 BLUE value IS 192 (75.39% from 255) = 63.37%

R = 32.67%
G = 3.96%
B = 63.37%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#630CC0 (or 0x630CC0) is known color: Purple Heart. HEX triplet: 63, 0C and C0. RGB value is (99,12,192). Sum of RGB (Red+Green+Blue) = 99+12+192=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #630CC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630CC0 is #9CF33F. Grayscale: #393939. Windows color (decimal): -10285888 or 12586083. OLE color: 12586083.

HSL color Cylindrical-coordinate representation of color #630CC0: hue angle of 269º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630CC0 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 12 192 -
CMYK 0.48 0.94 0 0.25
HSL 269º 0.88% 0.4% -
HSV(B) 269º 0.94% 0.75% -
XYZ 14.79 6.72 50.39 -
YUV 58.53 203.32 156.86 -
System Red Green Blue C M Y K H S L
Decimal 99 12 192 0.48 0.94 0 0.25 269 0.88 0.4
Hex 63 C C0 30 5E 0 19 10D 58 28
Octal 143 14 300 60 136 0 31 415 130 50
Binary 1100011 1100 11000000 110000 1011110 0 11001 100001101 1011000 101000

Color Harmonies of #630CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630CC0

Black with #630CC0

Text Example


Text Example

White with #630CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,12,192); }

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

background-color css

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

 a { background-color: rgb(99,12,192); }

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

border-color css

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

 span { border-color: rgb(99,12,192); }

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