Html Css Color HEX #6A32BE Purple Heart

📋 copy color: '#6A32BE'

red 106 ◦ green 50 ◦ blue 190

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

Shades of Purple Heart #6A32BE

Tints of Purple Heart #6A32BE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.45%

 BLUE value IS 190 (74.61% from 255) = 54.91%

R = 30.64%
G = 14.45%
B = 54.91%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A32BE (or 0x6A32BE) is known color: Purple Heart. HEX triplet: 6A, 32 and BE. RGB value is (106,50,190). Sum of RGB (Red+Green+Blue) = 106+50+190=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A32BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A32BE is #95CD41. Grayscale: #525252. Windows color (decimal): -9817410 or 12464746. OLE color: 12464746.

HSL color Cylindrical-coordinate representation of color #6A32BE: hue angle of 264º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A32BE is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 50 190 -
CMYK 0.44 0.74 0 0.25
HSL 264º 0.58% 0.47% -
HSV(B) 264º 0.74% 0.75% -
XYZ 16.38 9.06 49.6 -
YUV 82.7 188.55 144.62 -
System Red Green Blue C M Y K H S L
Decimal 106 50 190 0.44 0.74 0 0.25 264 0.58 0.47
Hex 6A 32 BE 2C 4A 0 19 108 3A 2F
Octal 152 62 276 54 112 0 31 410 72 57
Binary 1101010 110010 10111110 101100 1001010 0 11001 100001000 111010 101111

Color Harmonies of #6A32BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A32BE

Black with #6A32BE

Text Example


Text Example

White with #6A32BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,50,190); }

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

background-color css

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

 a { background-color: rgb(106,50,190); }

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

border-color css

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

 span { border-color: rgb(106,50,190); }

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