Html Css Color HEX #630FAE Purple Heart

📋 copy color: '#630FAE'

red 99 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #630FAE

Tints of Purple Heart #630FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.42%

R = 34.38%
G = 5.21%
B = 60.42%

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

#630FAE (or 0x630FAE) is known color: Purple Heart. HEX triplet: 63, 0F and AE. RGB value is (99,15,174). Sum of RGB (Red+Green+Blue) = 99+15+174=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #630FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630FAE is #9CF051. Grayscale: #393939. Windows color (decimal): -10285138 or 11407203. OLE color: 11407203.

HSL color Cylindrical-coordinate representation of color #630FAE: hue angle of 271.7º 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 #630FAE is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 15 174 -
CMYK 0.43 0.91 0 0.32
HSL 271.7º 0.84% 0.37% -
HSV(B) 271.7º 0.91% 0.68% -
XYZ 12.96 6.05 40.53 -
YUV 58.24 193.33 157.07 -
System Red Green Blue C M Y K H S L
Decimal 99 15 174 0.43 0.91 0 0.32 271.7 0.84 0.37
Hex 63 F AE 2B 5B 0 20 110 54 25
Octal 143 17 256 53 133 0 40 420 124 45
Binary 1100011 1111 10101110 101011 1011011 0 100000 100010000 1010100 100101

Color Harmonies of #630FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630FAE

Black with #630FAE

Text Example


Text Example

White with #630FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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