Html Css Color HEX #6C2ECA Purple Heart

📋 copy color: '#6C2ECA'

red 108 ◦ green 46 ◦ blue 202

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

Shades of Purple Heart #6C2ECA

Tints of Purple Heart #6C2ECA

RGB

 RED value IS 108 (42.58% from 255) = 30.34%

 GREEN value IS 46 (18.36% from 255) = 12.92%

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

R = 30.34%
G = 12.92%
B = 56.74%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C2ECA (or 0x6C2ECA) is known color: Purple Heart. HEX triplet: 6C, 2E and CA. RGB value is (108,46,202). Sum of RGB (Red+Green+Blue) = 108+46+202=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C2ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2ECA is #93D135. Grayscale: #515151. Windows color (decimal): -9687350 or 13250156. OLE color: 13250156.

HSL color Cylindrical-coordinate representation of color #6C2ECA: hue angle of 263.85º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C2ECA is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 46 202 -
CMYK 0.47 0.77 0 0.21
HSL 263.85º 0.63% 0.49% -
HSV(B) 263.85º 0.77% 0.79% -
XYZ 17.82 9.41 56.75 -
YUV 82.32 195.54 146.32 -
System Red Green Blue C M Y K H S L
Decimal 108 46 202 0.47 0.77 0 0.21 263.85 0.63 0.49
Hex 6C 2E CA 2F 4D 0 15 108 3F 31
Octal 154 56 312 57 115 0 25 410 77 61
Binary 1101100 101110 11001010 101111 1001101 0 10101 100001000 111111 110001

Color Harmonies of #6C2ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2ECA

Black with #6C2ECA

Text Example


Text Example

White with #6C2ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,46,202); }

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

background-color css

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

 a { background-color: rgb(108,46,202); }

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

border-color css

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

 span { border-color: rgb(108,46,202); }

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