Html Css Color HEX #6A03B2 Purple Heart

📋 copy color: '#6A03B2'

red 106 ◦ green 3 ◦ blue 178

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

Shades of Purple Heart #6A03B2

Tints of Purple Heart #6A03B2

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 178 (69.92% from 255) = 62.02%

R = 36.93%
G = 1.05%
B = 62.02%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6A03B2 (or 0x6A03B2) is known color: Purple Heart. HEX triplet: 6A, 03 and B2. RGB value is (106,3,178). Sum of RGB (Red+Green+Blue) = 106+3+178=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 178 (69.92% from 255 or 62.02% from 287); Max value from RGB is 178 - color contains mainly: blue. Hex color #6A03B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A03B2 is #95FC4D. Grayscale: #353535. Windows color (decimal): -9829454 or 11666282. OLE color: 11666282.

HSL color Cylindrical-coordinate representation of color #6A03B2: hue angle of 275.31º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A03B2 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 106 3 178 -
CMYK 0.40 0.98 0 0.30
HSL 275.31º 0.97% 0.35% -
HSV(B) 275.31º 0.98% 0.7% -
XYZ 14.01 6.34 42.61 -
YUV 53.75 198.12 165.27 -
System Red Green Blue C M Y K H S L
Decimal 106 3 178 0.40 0.98 0 0.30 275.31 0.97 0.35
Hex 6A 3 B2 28 62 0 1E 113 61 23
Octal 152 3 262 50 142 0 36 423 141 43
Binary 1101010 11 10110010 101000 1100010 0 11110 100010011 1100001 100011

Color Harmonies of #6A03B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A03B2

Black with #6A03B2

Text Example


Text Example

White with #6A03B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,3,178); }

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

background-color css

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

 a { background-color: rgb(106,3,178); }

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

border-color css

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

 span { border-color: rgb(106,3,178); }

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