Html Css Color HEX #3C23CA Purple Heart

📋 copy color: '#3C23CA'

red 60 ◦ green 35 ◦ blue 202

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

Shades of Purple Heart #3C23CA

Tints of Purple Heart #3C23CA

RGB

 RED value IS 60 (23.83% from 255) = 20.2%

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

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

R = 20.2%
G = 11.78%
B = 68.01%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C23CA (or 0x3C23CA) is known color: Purple Heart. HEX triplet: 3C, 23 and CA. RGB value is (60,35,202). Sum of RGB (Red+Green+Blue) = 60+35+202=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 202 (79.30% from 255 or 68.01% from 297); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C23CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C23CA is #C3DC35. Grayscale: #3C3C3C. Windows color (decimal): -12835894 or 13247292. OLE color: 13247292.

HSL color Cylindrical-coordinate representation of color #3C23CA: hue angle of 248.98º 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 #3C23CA is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 35 202 -
CMYK 0.70 0.83 0 0.21
HSL 248.98º 0.7% 0.46% -
HSV(B) 248.98º 0.83% 0.79% -
XYZ 13.13 6.43 56.43 -
YUV 61.51 207.28 126.92 -
System Red Green Blue C M Y K H S L
Decimal 60 35 202 0.70 0.83 0 0.21 248.98 0.7 0.46
Hex 3C 23 CA 46 53 0 15 F9 46 2E
Octal 74 43 312 106 123 0 25 371 106 56
Binary 111100 100011 11001010 1000110 1010011 0 10101 11111001 1000110 101110

Color Harmonies of #3C23CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C23CA

Black with #3C23CA

Text Example


Text Example

White with #3C23CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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