Html Css Color HEX #6A3EDA Purple Heart

📋 copy color: '#6A3EDA'

red 106 ◦ green 62 ◦ blue 218

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

Shades of Purple Heart #6A3EDA

Tints of Purple Heart #6A3EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.48%

R = 27.46%
G = 16.06%
B = 56.48%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6A3EDA (or 0x6A3EDA) is known color: Purple Heart. HEX triplet: 6A, 3E and DA. RGB value is (106,62,218). Sum of RGB (Red+Green+Blue) = 106+62+218=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A3EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3EDA is #95C125. Grayscale: #5C5C5C. Windows color (decimal): -9814310 or 14302826. OLE color: 14302826.

HSL color Cylindrical-coordinate representation of color #6A3EDA: hue angle of 256.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A3EDA is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 62 218 -
CMYK 0.51 0.72 0 0.15
HSL 256.92º 0.68% 0.55% -
HSV(B) 256.92º 0.72% 0.85% -
XYZ 20.32 11.57 67.49 -
YUV 92.94 198.58 137.32 -
System Red Green Blue C M Y K H S L
Decimal 106 62 218 0.51 0.72 0 0.15 256.92 0.68 0.55
Hex 6A 3E DA 33 48 0 F 101 44 37
Octal 152 76 332 63 110 0 17 401 104 67
Binary 1101010 111110 11011010 110011 1001000 0 1111 100000001 1000100 110111

Color Harmonies of #6A3EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3EDA

Black with #6A3EDA

Text Example


Text Example

White with #6A3EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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