Html Css Color HEX #630AAB Purple Heart

📋 copy color: '#630AAB'

red 99 ◦ green 10 ◦ blue 171

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

Shades of Purple Heart #630AAB

Tints of Purple Heart #630AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.57%

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

R = 35.36%
G = 3.57%
B = 61.07%

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

#630AAB (or 0x630AAB) is known color: Purple Heart. HEX triplet: 63, 0A and AB. RGB value is (99,10,171). Sum of RGB (Red+Green+Blue) = 99+10+171=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #630AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630AAB is #9CF554. Grayscale: #363636. Windows color (decimal): -10286421 or 11209315. OLE color: 11209315.

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

Color convert

RGB 99 10 171 -
CMYK 0.42 0.94 0 0.33
HSL 273.17º 0.89% 0.35% -
HSV(B) 273.17º 0.94% 0.67% -
XYZ 12.6 5.81 38.99 -
YUV 54.97 193.49 159.41 -
System Red Green Blue C M Y K H S L
Decimal 99 10 171 0.42 0.94 0 0.33 273.17 0.89 0.35
Hex 63 A AB 2A 5E 0 21 111 59 23
Octal 143 12 253 52 136 0 41 421 131 43
Binary 1100011 1010 10101011 101010 1011110 0 100001 100010001 1011001 100011

Color Harmonies of #630AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630AAB

Black with #630AAB

Text Example


Text Example

White with #630AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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