Html Css Color HEX #3C21CF Purple Heart

📋 copy color: '#3C21CF'

red 60 ◦ green 33 ◦ blue 207

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

Shades of Purple Heart #3C21CF

Tints of Purple Heart #3C21CF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11%

 BLUE value IS 207 (81.25% from 255) = 69%

R = 20%
G = 11%
B = 69%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3C21CF (or 0x3C21CF) is known color: Purple Heart. HEX triplet: 3C, 21 and CF. RGB value is (60,33,207). Sum of RGB (Red+Green+Blue) = 60+33+207=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C21CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C21CF is #C3DE30. Grayscale: #3C3C3C. Windows color (decimal): -12836401 or 13574460. OLE color: 13574460.

HSL color Cylindrical-coordinate representation of color #3C21CF: hue angle of 249.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C21CF is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 60 33 207 -
CMYK 0.71 0.84 0 0.19
HSL 249.31º 0.73% 0.47% -
HSV(B) 249.31º 0.84% 0.81% -
XYZ 13.67 6.55 59.58 -
YUV 60.91 210.45 127.35 -
System Red Green Blue C M Y K H S L
Decimal 60 33 207 0.71 0.84 0 0.19 249.31 0.73 0.47
Hex 3C 21 CF 47 54 0 13 F9 48 2F
Octal 74 41 317 107 124 0 23 371 110 57
Binary 111100 100001 11001111 1000111 1010100 0 10011 11111001 1001000 101111

Color Harmonies of #3C21CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C21CF

Black with #3C21CF

Text Example


Text Example

White with #3C21CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,33,207); }

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

background-color css

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

 a { background-color: rgb(60,33,207); }

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

border-color css

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

 span { border-color: rgb(60,33,207); }

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