Html Css Color HEX #6C23CA Purple Heart

📋 copy color: '#6C23CA'

red 108 ◦ green 35 ◦ blue 202

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

Shades of Purple Heart #6C23CA

Tints of Purple Heart #6C23CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 58.55%

R = 31.3%
G = 10.14%
B = 58.55%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C23CA (or 0x6C23CA) is known color: Purple Heart. HEX triplet: 6C, 23 and CA. RGB value is (108,35,202). Sum of RGB (Red+Green+Blue) = 108+35+202=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C23CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C23CA is #93DC35. Grayscale: #4B4B4B. Windows color (decimal): -9690166 or 13247340. OLE color: 13247340.

HSL color Cylindrical-coordinate representation of color #6C23CA: hue angle of 266.23º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C23CA is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 35 202 -
CMYK 0.47 0.83 0 0.21
HSL 266.23º 0.7% 0.46% -
HSV(B) 266.23º 0.83% 0.79% -
XYZ 17.45 8.65 56.63 -
YUV 75.87 199.18 150.92 -
System Red Green Blue C M Y K H S L
Decimal 108 35 202 0.47 0.83 0 0.21 266.23 0.7 0.46
Hex 6C 23 CA 2F 53 0 15 10A 46 2E
Octal 154 43 312 57 123 0 25 412 106 56
Binary 1101100 100011 11001010 101111 1010011 0 10101 100001010 1000110 101110

Color Harmonies of #6C23CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C23CA

Black with #6C23CA

Text Example


Text Example

White with #6C23CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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