Html Css Color HEX #6B05AD Purple Heart

📋 copy color: '#6B05AD'

red 107 ◦ green 5 ◦ blue 173

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

Shades of Purple Heart #6B05AD

Tints of Purple Heart #6B05AD

RGB

 RED value IS 107 (42.19% from 255) = 37.54%

 GREEN value IS 5 (2.34% from 255) = 1.75%

 BLUE value IS 173 (67.97% from 255) = 60.7%

R = 37.54%
G = 1.75%
B = 60.7%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B05AD (or 0x6B05AD) is known color: Purple Heart. HEX triplet: 6B, 05 and AD. RGB value is (107,5,173). Sum of RGB (Red+Green+Blue) = 107+5+173=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B05AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B05AD is #94FA52. Grayscale: #363636. Windows color (decimal): -9763411 or 11339115. OLE color: 11339115.

HSL color Cylindrical-coordinate representation of color #6B05AD: hue angle of 276.43º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B05AD is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 5 173 -
CMYK 0.38 0.97 0 0.32
HSL 276.43º 0.94% 0.35% -
HSV(B) 276.43º 0.97% 0.68% -
XYZ 13.66 6.25 40.02 -
YUV 54.65 194.79 165.34 -
System Red Green Blue C M Y K H S L
Decimal 107 5 173 0.38 0.97 0 0.32 276.43 0.94 0.35
Hex 6B 5 AD 26 61 0 20 114 5E 23
Octal 153 5 255 46 141 0 40 424 136 43
Binary 1101011 101 10101101 100110 1100001 0 100000 100010100 1011110 100011

Color Harmonies of #6B05AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B05AD

Black with #6B05AD

Text Example


Text Example

White with #6B05AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,5,173); }

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

background-color css

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

 a { background-color: rgb(107,5,173); }

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

border-color css

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

 span { border-color: rgb(107,5,173); }

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