Html Css Color HEX #6C23AD Purple Heart

📋 copy color: '#6C23AD'

red 108 ◦ green 35 ◦ blue 173

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

Shades of Purple Heart #6C23AD

Tints of Purple Heart #6C23AD

RGB

 RED value IS 108 (42.58% from 255) = 34.18%

 GREEN value IS 35 (14.06% from 255) = 11.08%

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

R = 34.18%
G = 11.08%
B = 54.75%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C23AD (or 0x6C23AD) is known color: Purple Heart. HEX triplet: 6C, 23 and AD. RGB value is (108,35,173). Sum of RGB (Red+Green+Blue) = 108+35+173=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C23AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C23AD is #93DC52. Grayscale: #484848. Windows color (decimal): -9690195 or 11346796. OLE color: 11346796.

HSL color Cylindrical-coordinate representation of color #6C23AD: hue angle of 271.74º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C23AD is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 35 173 -
CMYK 0.38 0.80 0 0.32
HSL 271.74º 0.66% 0.41% -
HSV(B) 271.74º 0.8% 0.68% -
XYZ 14.33 7.41 40.21 -
YUV 72.56 184.68 153.28 -
System Red Green Blue C M Y K H S L
Decimal 108 35 173 0.38 0.80 0 0.32 271.74 0.66 0.41
Hex 6C 23 AD 26 50 0 20 110 42 29
Octal 154 43 255 46 120 0 40 420 102 51
Binary 1101100 100011 10101101 100110 1010000 0 100000 100010000 1000010 101001

Color Harmonies of #6C23AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C23AD

Black with #6C23AD

Text Example


Text Example

White with #6C23AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,35,173); }

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

background-color css

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

 a { background-color: rgb(108,35,173); }

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

border-color css

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

 span { border-color: rgb(108,35,173); }

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