Html Css Color HEX #6D07CB Purple Heart

📋 copy color: '#6D07CB'

red 109 ◦ green 7 ◦ blue 203

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

Shades of Purple Heart #6D07CB

Tints of Purple Heart #6D07CB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 203 (79.69% from 255) = 63.64%

R = 34.17%
G = 2.19%
B = 63.64%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D07CB (or 0x6D07CB) is known color: Purple Heart. HEX triplet: 6D, 07 and CB. RGB value is (109,7,203). Sum of RGB (Red+Green+Blue) = 109+7+203=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D07CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D07CB is #92F834. Grayscale: #3B3B3B. Windows color (decimal): -9631797 or 13305709. OLE color: 13305709.

HSL color Cylindrical-coordinate representation of color #6D07CB: hue angle of 271.22º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D07CB is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 7 203 -
CMYK 0.46 0.97 0 0.20
HSL 271.22º 0.93% 0.41% -
HSV(B) 271.22º 0.97% 0.8% -
XYZ 17.16 7.71 57.08 -
YUV 59.84 208.79 163.06 -
System Red Green Blue C M Y K H S L
Decimal 109 7 203 0.46 0.97 0 0.20 271.22 0.93 0.41
Hex 6D 7 CB 2E 61 0 14 10F 5D 29
Octal 155 7 313 56 141 0 24 417 135 51
Binary 1101101 111 11001011 101110 1100001 0 10100 100001111 1011101 101001

Color Harmonies of #6D07CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D07CB

Black with #6D07CB

Text Example


Text Example

White with #6D07CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,7,203); }

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

background-color css

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

 a { background-color: rgb(109,7,203); }

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

border-color css

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

 span { border-color: rgb(109,7,203); }

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