Html Css Color HEX #6D08C5 Purple Heart

📋 copy color: '#6D08C5'

red 109 ◦ green 8 ◦ blue 197

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

Shades of Purple Heart #6D08C5

Tints of Purple Heart #6D08C5

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.55%

 BLUE value IS 197 (77.34% from 255) = 62.74%

R = 34.71%
G = 2.55%
B = 62.74%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6D08C5 (or 0x6D08C5) is known color: Purple Heart. HEX triplet: 6D, 08 and C5. RGB value is (109,8,197). Sum of RGB (Red+Green+Blue) = 109+8+197=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 197 (77.34% from 255 or 62.74% from 314); Max value from RGB is 197 - color contains mainly: blue. Hex color #6D08C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D08C5 is #92F73A. Grayscale: #3B3B3B. Windows color (decimal): -9631547 or 12912749. OLE color: 12912749.

HSL color Cylindrical-coordinate representation of color #6D08C5: hue angle of 272.06º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D08C5 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 109 8 197 -
CMYK 0.45 0.96 0 0.23
HSL 272.06º 0.92% 0.4% -
HSV(B) 272.06º 0.96% 0.77% -
XYZ 16.47 7.46 53.39 -
YUV 59.75 205.46 163.13 -
System Red Green Blue C M Y K H S L
Decimal 109 8 197 0.45 0.96 0 0.23 272.06 0.92 0.4
Hex 6D 8 C5 2D 60 0 17 110 5C 28
Octal 155 10 305 55 140 0 27 420 134 50
Binary 1101101 1000 11000101 101101 1100000 0 10111 100010000 1011100 101000

Color Harmonies of #6D08C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D08C5

Black with #6D08C5

Text Example


Text Example

White with #6D08C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,8,197); }

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

background-color css

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

 a { background-color: rgb(109,8,197); }

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

border-color css

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

 span { border-color: rgb(109,8,197); }

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