Html Css Color HEX #6E41CA Purple Heart

📋 copy color: '#6E41CA'

red 110 ◦ green 65 ◦ blue 202

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

Shades of Purple Heart #6E41CA

Tints of Purple Heart #6E41CA

RGB

 RED value IS 110 (43.36% from 255) = 29.18%

 GREEN value IS 65 (25.78% from 255) = 17.24%

 BLUE value IS 202 (79.3% from 255) = 53.58%

R = 29.18%
G = 17.24%
B = 53.58%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E41CA (or 0x6E41CA) is known color: Purple Heart. HEX triplet: 6E, 41 and CA. RGB value is (110,65,202). Sum of RGB (Red+Green+Blue) = 110+65+202=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E41CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E41CA is #91BE35. Grayscale: #5D5D5D. Windows color (decimal): -9551414 or 13255022. OLE color: 13255022.

HSL color Cylindrical-coordinate representation of color #6E41CA: hue angle of 259.71º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E41CA is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 65 202 -
CMYK 0.46 0.68 0 0.21
HSL 259.71º 0.56% 0.52% -
HSV(B) 259.71º 0.68% 0.79% -
XYZ 18.98 11.36 57.07 -
YUV 94.07 188.91 139.36 -
System Red Green Blue C M Y K H S L
Decimal 110 65 202 0.46 0.68 0 0.21 259.71 0.56 0.52
Hex 6E 41 CA 2E 44 0 15 104 38 34
Octal 156 101 312 56 104 0 25 404 70 64
Binary 1101110 1000001 11001010 101110 1000100 0 10101 100000100 111000 110100

Color Harmonies of #6E41CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E41CA

Black with #6E41CA

Text Example


Text Example

White with #6E41CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,65,202); }

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

background-color css

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

 a { background-color: rgb(110,65,202); }

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

border-color css

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

 span { border-color: rgb(110,65,202); }

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