Html Css Color HEX #3C25CA Purple Heart

📋 copy color: '#3C25CA'

red 60 ◦ green 37 ◦ blue 202

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

Shades of Purple Heart #3C25CA

Tints of Purple Heart #3C25CA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.37%

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

R = 20.07%
G = 12.37%
B = 67.56%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3C25CA (or 0x3C25CA) is known color: Purple Heart. HEX triplet: 3C, 25 and CA. RGB value is (60,37,202). Sum of RGB (Red+Green+Blue) = 60+37+202=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 202 (79.30% from 255 or 67.56% from 299); Max value from RGB is 202 - color contains mainly: blue. Hex color #3C25CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C25CA is #C3DA35. Grayscale: #3E3E3E. Windows color (decimal): -12835382 or 13247804. OLE color: 13247804.

HSL color Cylindrical-coordinate representation of color #3C25CA: hue angle of 248.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C25CA is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 37 202 -
CMYK 0.70 0.82 0 0.21
HSL 248.36º 0.69% 0.47% -
HSV(B) 248.36º 0.82% 0.79% -
XYZ 13.19 6.55 56.45 -
YUV 62.69 206.62 126.08 -
System Red Green Blue C M Y K H S L
Decimal 60 37 202 0.70 0.82 0 0.21 248.36 0.69 0.47
Hex 3C 25 CA 46 52 0 15 F8 45 2F
Octal 74 45 312 106 122 0 25 370 105 57
Binary 111100 100101 11001010 1000110 1010010 0 10101 11111000 1000101 101111

Color Harmonies of #3C25CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C25CA

Black with #3C25CA

Text Example


Text Example

White with #3C25CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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