Html Css Color HEX #630CAC Purple Heart

📋 copy color: '#630CAC'

red 99 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #630CAC

Tints of Purple Heart #630CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.78%

R = 34.98%
G = 4.24%
B = 60.78%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#630CAC (or 0x630CAC) is known color: Purple Heart. HEX triplet: 63, 0C and AC. RGB value is (99,12,172). Sum of RGB (Red+Green+Blue) = 99+12+172=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #630CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630CAC is #9CF353. Grayscale: #373737. Windows color (decimal): -10285908 or 11275363. OLE color: 11275363.

HSL color Cylindrical-coordinate representation of color #630CAC: hue angle of 272.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630CAC is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 12 172 -
CMYK 0.42 0.93 0 0.33
HSL 272.63º 0.87% 0.36% -
HSV(B) 272.63º 0.93% 0.67% -
XYZ 12.72 5.89 39.5 -
YUV 56.25 193.32 158.49 -
System Red Green Blue C M Y K H S L
Decimal 99 12 172 0.42 0.93 0 0.33 272.63 0.87 0.36
Hex 63 C AC 2A 5D 0 21 111 57 24
Octal 143 14 254 52 135 0 41 421 127 44
Binary 1100011 1100 10101100 101010 1011101 0 100001 100010001 1010111 100100

Color Harmonies of #630CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630CAC

Black with #630CAC

Text Example


Text Example

White with #630CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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