Html Css Color HEX #6311BB Purple Heart

📋 copy color: '#6311BB'

red 99 ◦ green 17 ◦ blue 187

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

Shades of Purple Heart #6311BB

Tints of Purple Heart #6311BB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.61%

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

R = 32.67%
G = 5.61%
B = 61.72%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6311BB (or 0x6311BB) is known color: Purple Heart. HEX triplet: 63, 11 and BB. RGB value is (99,17,187). Sum of RGB (Red+Green+Blue) = 99+17+187=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #6311BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6311BB is #9CEE44. Grayscale: #3C3C3C. Windows color (decimal): -10284613 or 12259683. OLE color: 12259683.

HSL color Cylindrical-coordinate representation of color #6311BB: hue angle of 268.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6311BB is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 17 187 -
CMYK 0.47 0.91 0 0.27
HSL 268.94º 0.83% 0.4% -
HSV(B) 268.94º 0.91% 0.73% -
XYZ 14.32 6.64 47.54 -
YUV 60.9 199.17 155.18 -
System Red Green Blue C M Y K H S L
Decimal 99 17 187 0.47 0.91 0 0.27 268.94 0.83 0.4
Hex 63 11 BB 2F 5B 0 1B 10D 53 28
Octal 143 21 273 57 133 0 33 415 123 50
Binary 1100011 10001 10111011 101111 1011011 0 11011 100001101 1010011 101000

Color Harmonies of #6311BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6311BB

Black with #6311BB

Text Example


Text Example

White with #6311BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6311BB; }

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

 H1.HeaderClassName
 {
   color: #6311BB;
 }
 .AnyTagClassName
 {
   color: #6311BB;
 }
</style>

background-color css

<style>
 a { background-color: #6311BB; }

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

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

border-color css

<style>
 span { border-color: #6311BB; }

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

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