Html Css Color HEX #6319BA Purple Heart

📋 copy color: '#6319BA'

red 99 ◦ green 25 ◦ blue 186

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

Shades of Purple Heart #6319BA

Tints of Purple Heart #6319BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

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

R = 31.94%
G = 8.06%
B = 60%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6319BA (or 0x6319BA) is known color: Purple Heart. HEX triplet: 63, 19 and BA. RGB value is (99,25,186). Sum of RGB (Red+Green+Blue) = 99+25+186=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #6319BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6319BA is #9CE645. Grayscale: #404040. Windows color (decimal): -10282566 or 12196195. OLE color: 12196195.

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

Color convert

RGB 99 25 186 -
CMYK 0.47 0.87 0 0.27
HSL 267.58º 0.76% 0.41% -
HSV(B) 267.58º 0.87% 0.73% -
XYZ 14.36 6.89 47.03 -
YUV 65.48 196.02 151.91 -
System Red Green Blue C M Y K H S L
Decimal 99 25 186 0.47 0.87 0 0.27 267.58 0.76 0.41
Hex 63 19 BA 2F 57 0 1B 10C 4C 29
Octal 143 31 272 57 127 0 33 414 114 51
Binary 1100011 11001 10111010 101111 1010111 0 11011 100001100 1001100 101001

Color Harmonies of #6319BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6319BA

Black with #6319BA

Text Example


Text Example

White with #6319BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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