Html Css Color HEX #630CCA Purple Heart

📋 copy color: '#630CCA'

red 99 ◦ green 12 ◦ blue 202

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

Shades of Purple Heart #630CCA

Tints of Purple Heart #630CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.54%

R = 31.63%
G = 3.83%
B = 64.54%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#630CCA (or 0x630CCA) is known color: Purple Heart. HEX triplet: 63, 0C and CA. RGB value is (99,12,202). Sum of RGB (Red+Green+Blue) = 99+12+202=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #630CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630CCA is #9CF335. Grayscale: #3B3B3B. Windows color (decimal): -10285878 or 13241443. OLE color: 13241443.

HSL color Cylindrical-coordinate representation of color #630CCA: hue angle of 267.47º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630CCA is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 12 202 -
CMYK 0.51 0.94 0 0.21
HSL 267.47º 0.89% 0.42% -
HSV(B) 267.47º 0.94% 0.79% -
XYZ 15.94 7.18 56.42 -
YUV 59.67 208.32 156.05 -
System Red Green Blue C M Y K H S L
Decimal 99 12 202 0.51 0.94 0 0.21 267.47 0.89 0.42
Hex 63 C CA 33 5E 0 15 10B 59 2A
Octal 143 14 312 63 136 0 25 413 131 52
Binary 1100011 1100 11001010 110011 1011110 0 10101 100001011 1011001 101010

Color Harmonies of #630CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630CCA

Black with #630CCA

Text Example


Text Example

White with #630CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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