Html Css Color HEX #6316BA Purple Heart

📋 copy color: '#6316BA'

red 99 ◦ green 22 ◦ blue 186

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

Shades of Purple Heart #6316BA

Tints of Purple Heart #6316BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.59%

R = 32.25%
G = 7.17%
B = 60.59%

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

#6316BA (or 0x6316BA) is known color: Purple Heart. HEX triplet: 63, 16 and BA. RGB value is (99,22,186). Sum of RGB (Red+Green+Blue) = 99+22+186=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #6316BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6316BA is #9CE945. Grayscale: #3F3F3F. Windows color (decimal): -10283334 or 12195427. OLE color: 12195427.

HSL color Cylindrical-coordinate representation of color #6316BA: hue angle of 268.17º 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 #6316BA is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 22 186 -
CMYK 0.47 0.88 0 0.27
HSL 268.17º 0.79% 0.41% -
HSV(B) 268.17º 0.88% 0.73% -
XYZ 14.3 6.77 47.01 -
YUV 63.72 197.01 153.16 -
System Red Green Blue C M Y K H S L
Decimal 99 22 186 0.47 0.88 0 0.27 268.17 0.79 0.41
Hex 63 16 BA 2F 58 0 1B 10C 4F 29
Octal 143 26 272 57 130 0 33 414 117 51
Binary 1100011 10110 10111010 101111 1011000 0 11011 100001100 1001111 101001

Color Harmonies of #6316BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6316BA

Black with #6316BA

Text Example


Text Example

White with #6316BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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