Html Css Color HEX #6D2CCA Purple Heart

📋 copy color: '#6D2CCA'

red 109 ◦ green 44 ◦ blue 202

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

Shades of Purple Heart #6D2CCA

Tints of Purple Heart #6D2CCA

RGB

 RED value IS 109 (42.97% from 255) = 30.7%

 GREEN value IS 44 (17.58% from 255) = 12.39%

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

R = 30.7%
G = 12.39%
B = 56.9%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6D2CCA (or 0x6D2CCA) is known color: Purple Heart. HEX triplet: 6D, 2C and CA. RGB value is (109,44,202). Sum of RGB (Red+Green+Blue) = 109+44+202=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D2CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2CCA is #92D335. Grayscale: #505050. Windows color (decimal): -9622326 or 13249645. OLE color: 13249645.

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

Color convert

RGB 109 44 202 -
CMYK 0.46 0.78 0 0.21
HSL 264.68º 0.64% 0.48% -
HSV(B) 264.68º 0.78% 0.79% -
XYZ 17.87 9.32 56.73 -
YUV 81.45 196.03 147.65 -
System Red Green Blue C M Y K H S L
Decimal 109 44 202 0.46 0.78 0 0.21 264.68 0.64 0.48
Hex 6D 2C CA 2E 4E 0 15 109 40 30
Octal 155 54 312 56 116 0 25 411 100 60
Binary 1101101 101100 11001010 101110 1001110 0 10101 100001001 1000000 110000

Color Harmonies of #6D2CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2CCA

Black with #6D2CCA

Text Example


Text Example

White with #6D2CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,44,202); }

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

background-color css

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

 a { background-color: rgb(109,44,202); }

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

border-color css

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

 span { border-color: rgb(109,44,202); }

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