Html Css Color HEX #6A0BBC Purple Heart

📋 copy color: '#6A0BBC'

red 106 ◦ green 11 ◦ blue 188

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

Shades of Purple Heart #6A0BBC

Tints of Purple Heart #6A0BBC

RGB

 RED value IS 106 (41.8% from 255) = 34.75%

 GREEN value IS 11 (4.69% from 255) = 3.61%

 BLUE value IS 188 (73.83% from 255) = 61.64%

R = 34.75%
G = 3.61%
B = 61.64%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6A0BBC (or 0x6A0BBC) is known color: Purple Heart. HEX triplet: 6A, 0B and BC. RGB value is (106,11,188). Sum of RGB (Red+Green+Blue) = 106+11+188=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A0BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0BBC is #95F443. Grayscale: #3A3A3A. Windows color (decimal): -9827396 or 12323690. OLE color: 12323690.

HSL color Cylindrical-coordinate representation of color #6A0BBC: hue angle of 272.2º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0BBC is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 11 188 -
CMYK 0.44 0.94 0 0.26
HSL 272.2º 0.89% 0.39% -
HSV(B) 272.2º 0.94% 0.74% -
XYZ 15.14 6.93 48.12 -
YUV 59.58 200.47 161.11 -
System Red Green Blue C M Y K H S L
Decimal 106 11 188 0.44 0.94 0 0.26 272.2 0.89 0.39
Hex 6A B BC 2C 5E 0 1A 110 59 27
Octal 152 13 274 54 136 0 32 420 131 47
Binary 1101010 1011 10111100 101100 1011110 0 11010 100010000 1011001 100111

Color Harmonies of #6A0BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0BBC

Black with #6A0BBC

Text Example


Text Example

White with #6A0BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A0BBC; }

 p { color: rgb(106,11,188); }

 H1.HeaderClassName
 {
   color: #6A0BBC;
 }
 .AnyTagClassName
 {
   color: #6A0BBC;
 }
</style>

background-color css

<style>
 a { background-color: #6A0BBC; }

 a { background-color: rgb(106,11,188); }

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

border-color css

<style>
 span { border-color: #6A0BBC; }

 span { border-color: rgb(106,11,188); }

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