Html Css Color HEX #630BBB Purple Heart

📋 copy color: '#630BBB'

red 99 ◦ green 11 ◦ blue 187

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

Shades of Purple Heart #630BBB

Tints of Purple Heart #630BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.96%

R = 33.33%
G = 3.7%
B = 62.96%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#630BBB (or 0x630BBB) is known color: Purple Heart. HEX triplet: 63, 0B and BB. RGB value is (99,11,187). Sum of RGB (Red+Green+Blue) = 99+11+187=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #630BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630BBB is #9CF444. Grayscale: #383838. Windows color (decimal): -10286149 or 12258147. OLE color: 12258147.

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

Color convert

RGB 99 11 187 -
CMYK 0.47 0.94 0 0.27
HSL 270º 0.89% 0.39% -
HSV(B) 270º 0.94% 0.73% -
XYZ 14.23 6.48 47.51 -
YUV 57.38 201.15 157.69 -
System Red Green Blue C M Y K H S L
Decimal 99 11 187 0.47 0.94 0 0.27 270 0.89 0.39
Hex 63 B BB 2F 5E 0 1B 10E 59 27
Octal 143 13 273 57 136 0 33 416 131 47
Binary 1100011 1011 10111011 101111 1011110 0 11011 100001110 1011001 100111

Color Harmonies of #630BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630BBB

Black with #630BBB

Text Example


Text Example

White with #630BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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