Html Css Color HEX #630BAC Purple Heart

📋 copy color: '#630BAC'

red 99 ◦ green 11 ◦ blue 172

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

Shades of Purple Heart #630BAC

Tints of Purple Heart #630BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.9%

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

R = 35.11%
G = 3.9%
B = 60.99%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#630BAC (or 0x630BAC) is known color: Purple Heart. HEX triplet: 63, 0B and AC. RGB value is (99,11,172). Sum of RGB (Red+Green+Blue) = 99+11+172=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #630BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630BAC is #9CF453. Grayscale: #373737. Windows color (decimal): -10286164 or 11275107. OLE color: 11275107.

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

Color convert

RGB 99 11 172 -
CMYK 0.42 0.94 0 0.33
HSL 272.8º 0.88% 0.36% -
HSV(B) 272.8º 0.94% 0.67% -
XYZ 12.71 5.87 39.49 -
YUV 55.67 193.65 158.91 -
System Red Green Blue C M Y K H S L
Decimal 99 11 172 0.42 0.94 0 0.33 272.8 0.88 0.36
Hex 63 B AC 2A 5E 0 21 111 58 24
Octal 143 13 254 52 136 0 41 421 130 44
Binary 1100011 1011 10101100 101010 1011110 0 100001 100010001 1011000 100100

Color Harmonies of #630BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BAC

Black with #630BAC

Text Example


Text Example

White with #630BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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