Html Css Color HEX #6316BB Purple Heart

📋 copy color: '#6316BB'

red 99 ◦ green 22 ◦ blue 187

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

Shades of Purple Heart #6316BB

Tints of Purple Heart #6316BB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.14%

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

R = 32.14%
G = 7.14%
B = 60.71%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6316BB (or 0x6316BB) is known color: Purple Heart. HEX triplet: 63, 16 and BB. RGB value is (99,22,187). Sum of RGB (Red+Green+Blue) = 99+22+187=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #6316BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6316BB is #9CE944. Grayscale: #3F3F3F. Windows color (decimal): -10283333 or 12260963. OLE color: 12260963.

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

Color convert

RGB 99 22 187 -
CMYK 0.47 0.88 0 0.27
HSL 268º 0.79% 0.41% -
HSV(B) 268º 0.88% 0.73% -
XYZ 14.4 6.81 47.57 -
YUV 63.83 197.51 153.08 -
System Red Green Blue C M Y K H S L
Decimal 99 22 187 0.47 0.88 0 0.27 268 0.79 0.41
Hex 63 16 BB 2F 58 0 1B 10C 4F 29
Octal 143 26 273 57 130 0 33 414 117 51
Binary 1100011 10110 10111011 101111 1011000 0 11011 100001100 1001111 101001

Color Harmonies of #6316BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6316BB

Black with #6316BB

Text Example


Text Example

White with #6316BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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