Html Css Color HEX #6311BD Purple Heart

📋 copy color: '#6311BD'

red 99 ◦ green 17 ◦ blue 189

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

Shades of Purple Heart #6311BD

Tints of Purple Heart #6311BD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.57%

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

R = 32.46%
G = 5.57%
B = 61.97%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6311BD (or 0x6311BD) is known color: Purple Heart. HEX triplet: 63, 11 and BD. RGB value is (99,17,189). Sum of RGB (Red+Green+Blue) = 99+17+189=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #6311BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6311BD is #9CEE42. Grayscale: #3C3C3C. Windows color (decimal): -10284611 or 12390755. OLE color: 12390755.

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

Color convert

RGB 99 17 189 -
CMYK 0.48 0.91 0 0.26
HSL 268.6º 0.83% 0.4% -
HSV(B) 268.6º 0.91% 0.74% -
XYZ 14.53 6.73 48.68 -
YUV 61.13 200.17 155.01 -
System Red Green Blue C M Y K H S L
Decimal 99 17 189 0.48 0.91 0 0.26 268.6 0.83 0.4
Hex 63 11 BD 30 5B 0 1A 10D 53 28
Octal 143 21 275 60 133 0 32 415 123 50
Binary 1100011 10001 10111101 110000 1011011 0 11010 100001101 1010011 101000

Color Harmonies of #6311BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6311BD

Black with #6311BD

Text Example


Text Example

White with #6311BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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