Html Css Color HEX #6A33B6 Purple Heart

📋 copy color: '#6A33B6'

red 106 ◦ green 51 ◦ blue 182

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

Shades of Purple Heart #6A33B6

Tints of Purple Heart #6A33B6

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.04%

 BLUE value IS 182 (71.48% from 255) = 53.69%

R = 31.27%
G = 15.04%
B = 53.69%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6A33B6 (or 0x6A33B6) is known color: Purple Heart. HEX triplet: 6A, 33 and B6. RGB value is (106,51,182). Sum of RGB (Red+Green+Blue) = 106+51+182=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 182 (71.48% from 255 or 53.69% from 339); Max value from RGB is 182 - color contains mainly: blue. Hex color #6A33B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A33B6 is #95CC49. Grayscale: #515151. Windows color (decimal): -9817162 or 11940714. OLE color: 11940714.

HSL color Cylindrical-coordinate representation of color #6A33B6: hue angle of 265.19º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A33B6 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 106 51 182 -
CMYK 0.42 0.72 0 0.29
HSL 265.19º 0.56% 0.46% -
HSV(B) 265.19º 0.72% 0.71% -
XYZ 15.57 8.81 45.14 -
YUV 82.38 184.22 144.85 -
System Red Green Blue C M Y K H S L
Decimal 106 51 182 0.42 0.72 0 0.29 265.19 0.56 0.46
Hex 6A 33 B6 2A 48 0 1D 109 38 2E
Octal 152 63 266 52 110 0 35 411 70 56
Binary 1101010 110011 10110110 101010 1001000 0 11101 100001001 111000 101110

Color Harmonies of #6A33B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A33B6

Black with #6A33B6

Text Example


Text Example

White with #6A33B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,51,182); }

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

background-color css

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

 a { background-color: rgb(106,51,182); }

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

border-color css

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

 span { border-color: rgb(106,51,182); }

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