Html Css Color HEX #630BAE Purple Heart

📋 copy color: '#630BAE'

red 99 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #630BAE

Tints of Purple Heart #630BAE

RGB

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

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

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

R = 34.86%
G = 3.87%
B = 61.27%

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

#630BAE (or 0x630BAE) is known color: Purple Heart. HEX triplet: 63, 0B and AE. RGB value is (99,11,174). Sum of RGB (Red+Green+Blue) = 99+11+174=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #630BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630BAE is #9CF451. Grayscale: #373737. Windows color (decimal): -10286162 or 11406179. OLE color: 11406179.

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

Color convert

RGB 99 11 174 -
CMYK 0.43 0.94 0 0.32
HSL 272.39º 0.88% 0.36% -
HSV(B) 272.39º 0.94% 0.68% -
XYZ 12.91 5.95 40.51 -
YUV 55.89 194.65 158.75 -
System Red Green Blue C M Y K H S L
Decimal 99 11 174 0.43 0.94 0 0.32 272.39 0.88 0.36
Hex 63 B AE 2B 5E 0 20 110 58 24
Octal 143 13 256 53 136 0 40 420 130 44
Binary 1100011 1011 10101110 101011 1011110 0 100000 100010000 1011000 100100

Color Harmonies of #630BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BAE

Black with #630BAE

Text Example


Text Example

White with #630BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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