Html Css Color HEX #6E3CCF Purple Heart

📋 copy color: '#6E3CCF'

red 110 ◦ green 60 ◦ blue 207

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

Shades of Purple Heart #6E3CCF

Tints of Purple Heart #6E3CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.92%

 BLUE value IS 207 (81.25% from 255) = 54.91%

R = 29.18%
G = 15.92%
B = 54.91%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E3CCF (or 0x6E3CCF) is known color: Purple Heart. HEX triplet: 6E, 3C and CF. RGB value is (110,60,207). Sum of RGB (Red+Green+Blue) = 110+60+207=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E3CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3CCF is #91C330. Grayscale: #5B5B5B. Windows color (decimal): -9552689 or 13581422. OLE color: 13581422.

HSL color Cylindrical-coordinate representation of color #6E3CCF: hue angle of 260.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E3CCF is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 60 207 -
CMYK 0.47 0.71 0 0.19
HSL 260.41º 0.6% 0.52% -
HSV(B) 260.41º 0.71% 0.81% -
XYZ 19.31 11.05 60.15 -
YUV 91.71 193.07 141.05 -
System Red Green Blue C M Y K H S L
Decimal 110 60 207 0.47 0.71 0 0.19 260.41 0.6 0.52
Hex 6E 3C CF 2F 47 0 13 104 3C 34
Octal 156 74 317 57 107 0 23 404 74 64
Binary 1101110 111100 11001111 101111 1000111 0 10011 100000100 111100 110100

Color Harmonies of #6E3CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3CCF

Black with #6E3CCF

Text Example


Text Example

White with #6E3CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,60,207); }

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

background-color css

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

 a { background-color: rgb(110,60,207); }

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

border-color css

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

 span { border-color: rgb(110,60,207); }

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