Html Css Color HEX #6311BA Purple Heart

📋 copy color: '#6311BA'

red 99 ◦ green 17 ◦ blue 186

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

Shades of Purple Heart #6311BA

Tints of Purple Heart #6311BA

RGB

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

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

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

R = 32.78%
G = 5.63%
B = 61.59%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6311BA (or 0x6311BA) is known color: Purple Heart. HEX triplet: 63, 11 and BA. RGB value is (99,17,186). Sum of RGB (Red+Green+Blue) = 99+17+186=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #6311BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6311BA is #9CEE45. Grayscale: #3C3C3C. Windows color (decimal): -10284614 or 12194147. OLE color: 12194147.

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

Color convert

RGB 99 17 186 -
CMYK 0.47 0.91 0 0.27
HSL 269.11º 0.83% 0.4% -
HSV(B) 269.11º 0.91% 0.73% -
XYZ 14.21 6.6 46.98 -
YUV 60.78 198.67 155.26 -
System Red Green Blue C M Y K H S L
Decimal 99 17 186 0.47 0.91 0 0.27 269.11 0.83 0.4
Hex 63 11 BA 2F 5B 0 1B 10D 53 28
Octal 143 21 272 57 133 0 33 415 123 50
Binary 1100011 10001 10111010 101111 1011011 0 11011 100001101 1010011 101000

Color Harmonies of #6311BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6311BA

Black with #6311BA

Text Example


Text Example

White with #6311BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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