Html Css Color HEX #630BBE Purple Heart

📋 copy color: '#630BBE'

red 99 ◦ green 11 ◦ blue 190

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

Shades of Purple Heart #630BBE

Tints of Purple Heart #630BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.33%

R = 33%
G = 3.67%
B = 63.33%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#630BBE (or 0x630BBE) is known color: Purple Heart. HEX triplet: 63, 0B and BE. RGB value is (99,11,190). Sum of RGB (Red+Green+Blue) = 99+11+190=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #630BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630BBE is #9CF441. Grayscale: #393939. Windows color (decimal): -10286146 or 12454755. OLE color: 12454755.

HSL color Cylindrical-coordinate representation of color #630BBE: hue angle of 269.5º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630BBE is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 11 190 -
CMYK 0.48 0.94 0 0.25
HSL 269.5º 0.89% 0.39% -
HSV(B) 269.5º 0.94% 0.75% -
XYZ 14.56 6.61 49.22 -
YUV 57.72 202.65 157.45 -
System Red Green Blue C M Y K H S L
Decimal 99 11 190 0.48 0.94 0 0.25 269.5 0.89 0.39
Hex 63 B BE 30 5E 0 19 10D 59 27
Octal 143 13 276 60 136 0 31 415 131 47
Binary 1100011 1011 10111110 110000 1011110 0 11001 100001101 1011001 100111

Color Harmonies of #630BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BBE

Black with #630BBE

Text Example


Text Example

White with #630BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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