Html Css Color HEX #6316BD Purple Heart

📋 copy color: '#6316BD'

red 99 ◦ green 22 ◦ blue 189

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

Shades of Purple Heart #6316BD

Tints of Purple Heart #6316BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.97%

R = 31.94%
G = 7.1%
B = 60.97%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6316BD (or 0x6316BD) is known color: Purple Heart. HEX triplet: 63, 16 and BD. RGB value is (99,22,189). Sum of RGB (Red+Green+Blue) = 99+22+189=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #6316BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6316BD is #9CE942. Grayscale: #3F3F3F. Windows color (decimal): -10283331 or 12392035. OLE color: 12392035.

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

Color convert

RGB 99 22 189 -
CMYK 0.48 0.88 0 0.26
HSL 267.66º 0.79% 0.41% -
HSV(B) 267.66º 0.88% 0.74% -
XYZ 14.62 6.9 48.71 -
YUV 64.06 198.51 152.92 -
System Red Green Blue C M Y K H S L
Decimal 99 22 189 0.48 0.88 0 0.26 267.66 0.79 0.41
Hex 63 16 BD 30 58 0 1A 10C 4F 29
Octal 143 26 275 60 130 0 32 414 117 51
Binary 1100011 10110 10111101 110000 1011000 0 11010 100001100 1001111 101001

Color Harmonies of #6316BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6316BD

Black with #6316BD

Text Example


Text Example

White with #6316BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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