Html Css Color HEX #6C2FE0 Purple Heart

📋 copy color: '#6C2FE0'

red 108 ◦ green 47 ◦ blue 224

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

Shades of Purple Heart #6C2FE0

Tints of Purple Heart #6C2FE0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.4%

 BLUE value IS 224 (87.89% from 255) = 59.1%

R = 28.5%
G = 12.4%
B = 59.1%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6C2FE0 (or 0x6C2FE0) is known color: Purple Heart. HEX triplet: 6C, 2F and E0. RGB value is (108,47,224). Sum of RGB (Red+Green+Blue) = 108+47+224=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 224 (87.89% from 255 or 59.10% from 379); Max value from RGB is 224 - color contains mainly: blue. Hex color #6C2FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2FE0 is #93D01F. Grayscale: #545454. Windows color (decimal): -9687072 or 14692204. OLE color: 14692204.

HSL color Cylindrical-coordinate representation of color #6C2FE0: hue angle of 260.68º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C2FE0 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 108 47 224 -
CMYK 0.52 0.79 0 0.12
HSL 260.68º 0.74% 0.53% -
HSV(B) 260.68º 0.79% 0.88% -
XYZ 20.66 10.6 71.48 -
YUV 85.42 206.21 144.11 -
System Red Green Blue C M Y K H S L
Decimal 108 47 224 0.52 0.79 0 0.12 260.68 0.74 0.53
Hex 6C 2F E0 34 4F 0 C 105 4A 35
Octal 154 57 340 64 117 0 14 405 112 65
Binary 1101100 101111 11100000 110100 1001111 0 1100 100000101 1001010 110101

Color Harmonies of #6C2FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2FE0

Black with #6C2FE0

Text Example


Text Example

White with #6C2FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,47,224); }

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

background-color css

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

 a { background-color: rgb(108,47,224); }

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

border-color css

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

 span { border-color: rgb(108,47,224); }

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