Html Css Color HEX #6311B8 Purple Heart

📋 copy color: '#6311B8'

red 99 ◦ green 17 ◦ blue 184

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

Shades of Purple Heart #6311B8

Tints of Purple Heart #6311B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 61.33%

R = 33%
G = 5.67%
B = 61.33%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6311B8 (or 0x6311B8) is known color: Purple Heart. HEX triplet: 63, 11 and B8. RGB value is (99,17,184). Sum of RGB (Red+Green+Blue) = 99+17+184=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 184 (72.27% from 255 or 61.33% from 300); Max value from RGB is 184 - color contains mainly: blue. Hex color #6311B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6311B8 is #9CEE47. Grayscale: #3B3B3B. Windows color (decimal): -10284616 or 12063075. OLE color: 12063075.

HSL color Cylindrical-coordinate representation of color #6311B8: hue angle of 269.46º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6311B8 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 99 17 184 -
CMYK 0.46 0.91 0 0.28
HSL 269.46º 0.83% 0.39% -
HSV(B) 269.46º 0.91% 0.72% -
XYZ 14 6.51 45.87 -
YUV 60.56 197.67 155.42 -
System Red Green Blue C M Y K H S L
Decimal 99 17 184 0.46 0.91 0 0.28 269.46 0.83 0.39
Hex 63 11 B8 2E 5B 0 1C 10D 53 27
Octal 143 21 270 56 133 0 34 415 123 47
Binary 1100011 10001 10111000 101110 1011011 0 11100 100001101 1010011 100111

Color Harmonies of #6311B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6311B8

Black with #6311B8

Text Example


Text Example

White with #6311B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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