Html Css Color HEX #630FAD Purple Heart

📋 copy color: '#630FAD'

red 99 ◦ green 15 ◦ blue 173

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

Shades of Purple Heart #630FAD

Tints of Purple Heart #630FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.23%

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

R = 34.49%
G = 5.23%
B = 60.28%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#630FAD (or 0x630FAD) is known color: Purple Heart. HEX triplet: 63, 0F and AD. RGB value is (99,15,173). Sum of RGB (Red+Green+Blue) = 99+15+173=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #630FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630FAD is #9CF052. Grayscale: #393939. Windows color (decimal): -10285139 or 11341667. OLE color: 11341667.

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

Color convert

RGB 99 15 173 -
CMYK 0.43 0.91 0 0.32
HSL 271.9º 0.84% 0.37% -
HSV(B) 271.9º 0.91% 0.68% -
XYZ 12.86 6.01 40.02 -
YUV 58.13 192.83 157.15 -
System Red Green Blue C M Y K H S L
Decimal 99 15 173 0.43 0.91 0 0.32 271.9 0.84 0.37
Hex 63 F AD 2B 5B 0 20 110 54 25
Octal 143 17 255 53 133 0 40 420 124 45
Binary 1100011 1111 10101101 101011 1011011 0 100000 100010000 1010100 100101

Color Harmonies of #630FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FAD

Black with #630FAD

Text Example


Text Example

White with #630FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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