Html Css Color HEX #630BBF Purple Heart

📋 copy color: '#630BBF'

red 99 ◦ green 11 ◦ blue 191

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

Shades of Purple Heart #630BBF

Tints of Purple Heart #630BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.46%

R = 32.89%
G = 3.65%
B = 63.46%

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

#630BBF (or 0x630BBF) is known color: Purple Heart. HEX triplet: 63, 0B and BF. RGB value is (99,11,191). Sum of RGB (Red+Green+Blue) = 99+11+191=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #630BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630BBF is #9CF440. Grayscale: #393939. Windows color (decimal): -10286145 or 12520291. OLE color: 12520291.

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

Color convert

RGB 99 11 191 -
CMYK 0.48 0.94 0 0.25
HSL 269.33º 0.89% 0.4% -
HSV(B) 269.33º 0.94% 0.75% -
XYZ 14.67 6.65 49.8 -
YUV 57.83 203.15 157.36 -
System Red Green Blue C M Y K H S L
Decimal 99 11 191 0.48 0.94 0 0.25 269.33 0.89 0.4
Hex 63 B BF 30 5E 0 19 10D 59 28
Octal 143 13 277 60 136 0 31 415 131 50
Binary 1100011 1011 10111111 110000 1011110 0 11001 100001101 1011001 101000

Color Harmonies of #630BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BBF

Black with #630BBF

Text Example


Text Example

White with #630BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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