Html Css Color HEX #6A3EB6 Purple Heart

📋 copy color: '#6A3EB6'

red 106 ◦ green 62 ◦ blue 182

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

Shades of Purple Heart #6A3EB6

Tints of Purple Heart #6A3EB6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.71%

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

R = 30.29%
G = 17.71%
B = 52%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6A3EB6 (or 0x6A3EB6) is known color: Purple Heart. HEX triplet: 6A, 3E and B6. RGB value is (106,62,182). Sum of RGB (Red+Green+Blue) = 106+62+182=350 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.29% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 182 (71.48% from 255 or 52% from 350); Max value from RGB is 182 - color contains mainly: blue. Hex color #6A3EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3EB6 is #95C149. Grayscale: #585858. Windows color (decimal): -9814346 or 11943530. OLE color: 11943530.

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

Color convert

RGB 106 62 182 -
CMYK 0.42 0.66 0 0.29
HSL 262º 0.49% 0.48% -
HSV(B) 262º 0.66% 0.71% -
XYZ 16.11 9.89 45.32 -
YUV 88.84 180.58 140.24 -
System Red Green Blue C M Y K H S L
Decimal 106 62 182 0.42 0.66 0 0.29 262 0.49 0.48
Hex 6A 3E B6 2A 42 0 1D 106 31 30
Octal 152 76 266 52 102 0 35 406 61 60
Binary 1101010 111110 10110110 101010 1000010 0 11101 100000110 110001 110000

Color Harmonies of #6A3EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3EB6

Black with #6A3EB6

Text Example


Text Example

White with #6A3EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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