Html Css Color HEX #6B2CAD Purple Heart

📋 copy color: '#6B2CAD'

red 107 ◦ green 44 ◦ blue 173

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

Shades of Purple Heart #6B2CAD

Tints of Purple Heart #6B2CAD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.58%

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

R = 33.02%
G = 13.58%
B = 53.4%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B2CAD (or 0x6B2CAD) is known color: Purple Heart. HEX triplet: 6B, 2C and AD. RGB value is (107,44,173). Sum of RGB (Red+Green+Blue) = 107+44+173=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B2CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2CAD is #94D352. Grayscale: #4D4D4D. Windows color (decimal): -9753427 or 11349099. OLE color: 11349099.

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

Color convert

RGB 107 44 173 -
CMYK 0.38 0.75 0 0.32
HSL 269.3º 0.59% 0.43% -
HSV(B) 269.3º 0.75% 0.68% -
XYZ 14.51 7.94 40.3 -
YUV 77.54 181.87 149.01 -
System Red Green Blue C M Y K H S L
Decimal 107 44 173 0.38 0.75 0 0.32 269.3 0.59 0.43
Hex 6B 2C AD 26 4B 0 20 10D 3B 2B
Octal 153 54 255 46 113 0 40 415 73 53
Binary 1101011 101100 10101101 100110 1001011 0 100000 100001101 111011 101011

Color Harmonies of #6B2CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2CAD

Black with #6B2CAD

Text Example


Text Example

White with #6B2CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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