Html Css Color HEX #6316BE Purple Heart

📋 copy color: '#6316BE'

red 99 ◦ green 22 ◦ blue 190

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

Shades of Purple Heart #6316BE

Tints of Purple Heart #6316BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.09%

R = 31.83%
G = 7.07%
B = 61.09%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6316BE (or 0x6316BE) is known color: Purple Heart. HEX triplet: 63, 16 and BE. RGB value is (99,22,190). Sum of RGB (Red+Green+Blue) = 99+22+190=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #6316BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6316BE is #9CE941. Grayscale: #3F3F3F. Windows color (decimal): -10283330 or 12457571. OLE color: 12457571.

HSL color Cylindrical-coordinate representation of color #6316BE: hue angle of 267.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6316BE is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 22 190 -
CMYK 0.48 0.88 0 0.25
HSL 267.5º 0.79% 0.42% -
HSV(B) 267.5º 0.88% 0.75% -
XYZ 14.73 6.94 49.28 -
YUV 64.18 199.01 152.84 -
System Red Green Blue C M Y K H S L
Decimal 99 22 190 0.48 0.88 0 0.25 267.5 0.79 0.42
Hex 63 16 BE 30 58 0 19 10C 4F 2A
Octal 143 26 276 60 130 0 31 414 117 52
Binary 1100011 10110 10111110 110000 1011000 0 11001 100001100 1001111 101010

Color Harmonies of #6316BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6316BE

Black with #6316BE

Text Example


Text Example

White with #6316BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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