Html Css Color HEX #630AAD Purple Heart

📋 copy color: '#630AAD'

red 99 ◦ green 10 ◦ blue 173

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

Shades of Purple Heart #630AAD

Tints of Purple Heart #630AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 61.35%

R = 35.11%
G = 3.55%
B = 61.35%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#630AAD (or 0x630AAD) is known color: Purple Heart. HEX triplet: 63, 0A and AD. RGB value is (99,10,173). Sum of RGB (Red+Green+Blue) = 99+10+173=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #630AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630AAD is #9CF552. Grayscale: #363636. Windows color (decimal): -10286419 or 11340387. OLE color: 11340387.

HSL color Cylindrical-coordinate representation of color #630AAD: hue angle of 272.76º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630AAD is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 10 173 -
CMYK 0.43 0.94 0 0.32
HSL 272.76º 0.89% 0.36% -
HSV(B) 272.76º 0.94% 0.68% -
XYZ 12.8 5.89 40 -
YUV 55.19 194.49 159.25 -
System Red Green Blue C M Y K H S L
Decimal 99 10 173 0.43 0.94 0 0.32 272.76 0.89 0.36
Hex 63 A AD 2B 5E 0 20 111 59 24
Octal 143 12 255 53 136 0 40 421 131 44
Binary 1100011 1010 10101101 101011 1011110 0 100000 100010001 1011001 100100

Color Harmonies of #630AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630AAD

Black with #630AAD

Text Example


Text Example

White with #630AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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