Html Css Color HEX #6A07CE Purple Heart

📋 copy color: '#6A07CE'

red 106 ◦ green 7 ◦ blue 206

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

Shades of Purple Heart #6A07CE

Tints of Purple Heart #6A07CE

RGB

 RED value IS 106 (41.8% from 255) = 33.23%

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

 BLUE value IS 206 (80.86% from 255) = 64.58%

R = 33.23%
G = 2.19%
B = 64.58%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6A07CE (or 0x6A07CE) is known color: Purple Heart. HEX triplet: 6A, 07 and CE. RGB value is (106,7,206). Sum of RGB (Red+Green+Blue) = 106+7+206=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A07CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A07CE is #95F831. Grayscale: #3A3A3A. Windows color (decimal): -9828402 or 13502314. OLE color: 13502314.

HSL color Cylindrical-coordinate representation of color #6A07CE: hue angle of 269.85º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A07CE is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 7 206 -
CMYK 0.49 0.97 0 0.19
HSL 269.85º 0.93% 0.42% -
HSV(B) 269.85º 0.97% 0.81% -
XYZ 17.16 7.67 58.97 -
YUV 59.29 210.8 161.32 -
System Red Green Blue C M Y K H S L
Decimal 106 7 206 0.49 0.97 0 0.19 269.85 0.93 0.42
Hex 6A 7 CE 31 61 0 13 10E 5D 2A
Octal 152 7 316 61 141 0 23 416 135 52
Binary 1101010 111 11001110 110001 1100001 0 10011 100001110 1011101 101010

Color Harmonies of #6A07CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A07CE

Black with #6A07CE

Text Example


Text Example

White with #6A07CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,7,206); }

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

background-color css

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

 a { background-color: rgb(106,7,206); }

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

border-color css

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

 span { border-color: rgb(106,7,206); }

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