Html Css Color HEX #6A00C0 Purple Heart

📋 copy color: '#6A00C0'

red 106 ◦ green 0 ◦ blue 192

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

Shades of Purple Heart #6A00C0

Tints of Purple Heart #6A00C0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 192 (75.39% from 255) = 64.43%

R = 35.57%
G = 0%
B = 64.43%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A00C0 (or 0x6A00C0) is known color: Purple Heart. HEX triplet: 6A, 00 and C0. RGB value is (106,0,192). Sum of RGB (Red+Green+Blue) = 106+0+192=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 192 (75.39% from 255 or 64.43% from 298); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A00C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A00C0 is #95FF3F. Grayscale: #343434. Windows color (decimal): -9830208 or 12583018. OLE color: 12583018.

HSL color Cylindrical-coordinate representation of color #6A00C0: hue angle of 273.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A00C0 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 0 192 -
CMYK 0.45 1 0 0.25
HSL 273.13º 1% 0.38% -
HSV(B) 273.13º 1% 0.75% -
XYZ 15.46 6.87 50.38 -
YUV 53.58 206.12 165.39 -
System Red Green Blue C M Y K H S L
Decimal 106 0 192 0.45 1 0 0.25 273.13 1 0.38
Hex 6A 0 C0 2D 64 0 19 111 64 26
Octal 152 0 300 55 144 0 31 421 144 46
Binary 1101010 0 11000000 101101 1100100 0 11001 100010001 1100100 100110

Color Harmonies of #6A00C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A00C0

Black with #6A00C0

Text Example


Text Example

White with #6A00C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,0,192); }

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

background-color css

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

 a { background-color: rgb(106,0,192); }

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

border-color css

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

 span { border-color: rgb(106,0,192); }

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