Html Css Color HEX #630BAB Purple Heart

📋 copy color: '#630BAB'

red 99 ◦ green 11 ◦ blue 171

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

Shades of Purple Heart #630BAB

Tints of Purple Heart #630BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.85%

R = 35.23%
G = 3.91%
B = 60.85%

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

#630BAB (or 0x630BAB) is known color: Purple Heart. HEX triplet: 63, 0B and AB. RGB value is (99,11,171). Sum of RGB (Red+Green+Blue) = 99+11+171=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #630BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630BAB is #9CF454. Grayscale: #373737. Windows color (decimal): -10286165 or 11209571. OLE color: 11209571.

HSL color Cylindrical-coordinate representation of color #630BAB: hue angle of 273º 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 #630BAB is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 11 171 -
CMYK 0.42 0.94 0 0.33
HSL 273º 0.88% 0.36% -
HSV(B) 273º 0.94% 0.67% -
XYZ 12.62 5.83 38.99 -
YUV 55.55 193.15 158.99 -
System Red Green Blue C M Y K H S L
Decimal 99 11 171 0.42 0.94 0 0.33 273 0.88 0.36
Hex 63 B AB 2A 5E 0 21 111 58 24
Octal 143 13 253 52 136 0 41 421 130 44
Binary 1100011 1011 10101011 101010 1011110 0 100001 100010001 1011000 100100

Color Harmonies of #630BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BAB

Black with #630BAB

Text Example


Text Example

White with #630BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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