Html Css Color HEX #6A07C1 Purple Heart

📋 copy color: '#6A07C1'

red 106 ◦ green 7 ◦ blue 193

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

Shades of Purple Heart #6A07C1

Tints of Purple Heart #6A07C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 63.07%

R = 34.64%
G = 2.29%
B = 63.07%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6A07C1 (or 0x6A07C1) is known color: Purple Heart. HEX triplet: 6A, 07 and C1. RGB value is (106,7,193). Sum of RGB (Red+Green+Blue) = 106+7+193=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 193 (75.78% from 255 or 63.07% from 306); Max value from RGB is 193 - color contains mainly: blue. Hex color #6A07C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A07C1 is #95F83E. Grayscale: #393939. Windows color (decimal): -9828415 or 12650346. OLE color: 12650346.

HSL color Cylindrical-coordinate representation of color #6A07C1: hue angle of 271.94º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A07C1 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 7 193 -
CMYK 0.45 0.96 0 0.24
HSL 271.94º 0.93% 0.39% -
HSV(B) 271.94º 0.96% 0.76% -
XYZ 15.65 7.07 50.99 -
YUV 57.81 204.3 162.38 -
System Red Green Blue C M Y K H S L
Decimal 106 7 193 0.45 0.96 0 0.24 271.94 0.93 0.39
Hex 6A 7 C1 2D 60 0 18 110 5D 27
Octal 152 7 301 55 140 0 30 420 135 47
Binary 1101010 111 11000001 101101 1100000 0 11000 100010000 1011101 100111

Color Harmonies of #6A07C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A07C1

Black with #6A07C1

Text Example


Text Example

White with #6A07C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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