Html Css Color HEX #6D09CA Purple Heart

📋 copy color: '#6D09CA'

red 109 ◦ green 9 ◦ blue 202

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

Shades of Purple Heart #6D09CA

Tints of Purple Heart #6D09CA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.81%

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

R = 34.06%
G = 2.81%
B = 63.13%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6D09CA (or 0x6D09CA) is known color: Purple Heart. HEX triplet: 6D, 09 and CA. RGB value is (109,9,202). Sum of RGB (Red+Green+Blue) = 109+9+202=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D09CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D09CA is #92F635. Grayscale: #3C3C3C. Windows color (decimal): -9631286 or 13240685. OLE color: 13240685.

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

Color convert

RGB 109 9 202 -
CMYK 0.46 0.96 0 0.21
HSL 271.09º 0.91% 0.41% -
HSV(B) 271.09º 0.96% 0.79% -
XYZ 17.07 7.71 56.47 -
YUV 60.9 207.63 162.31 -
System Red Green Blue C M Y K H S L
Decimal 109 9 202 0.46 0.96 0 0.21 271.09 0.91 0.41
Hex 6D 9 CA 2E 60 0 15 10F 5B 29
Octal 155 11 312 56 140 0 25 417 133 51
Binary 1101101 1001 11001010 101110 1100000 0 10101 100001111 1011011 101001

Color Harmonies of #6D09CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D09CA

Black with #6D09CA

Text Example


Text Example

White with #6D09CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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