Html Css Color HEX #360DC7 Purple Heart

📋 copy color: '#360DC7'

red 54 ◦ green 13 ◦ blue 199

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

Shades of Purple Heart #360DC7

Tints of Purple Heart #360DC7

RGB

 RED value IS 54 (21.48% from 255) = 20.3%

 GREEN value IS 13 (5.47% from 255) = 4.89%

 BLUE value IS 199 (78.13% from 255) = 74.81%

R = 20.3%
G = 4.89%
B = 74.81%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#360DC7 (or 0x360DC7) is known color: Purple Heart. HEX triplet: 36, 0D and C7. RGB value is (54,13,199). Sum of RGB (Red+Green+Blue) = 54+13+199=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 199 (78.12% from 255 or 74.81% from 266); Max value from RGB is 199 - color contains mainly: blue. Hex color #360DC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360DC7 is #C9F238. Grayscale: #2D2D2D. Windows color (decimal): -13234745 or 13045046. OLE color: 13045046.

HSL color Cylindrical-coordinate representation of color #360DC7: hue angle of 253.23º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360DC7 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 54 13 199 -
CMYK 0.73 0.93 0 0.22
HSL 253.23º 0.88% 0.42% -
HSV(B) 253.23º 0.93% 0.78% -
XYZ 11.97 5.2 54.4 -
YUV 46.46 214.08 133.38 -
System Red Green Blue C M Y K H S L
Decimal 54 13 199 0.73 0.93 0 0.22 253.23 0.88 0.42
Hex 36 D C7 49 5D 0 16 FD 58 2A
Octal 66 15 307 111 135 0 26 375 130 52
Binary 110110 1101 11000111 1001001 1011101 0 10110 11111101 1011000 101010

Color Harmonies of #360DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360DC7

Black with #360DC7

Text Example


Text Example

White with #360DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360DC7; }

 p { color: rgb(54,13,199); }

 H1.HeaderClassName
 {
   color: #360DC7;
 }
 .AnyTagClassName
 {
   color: #360DC7;
 }
</style>

background-color css

<style>
 a { background-color: #360DC7; }

 a { background-color: rgb(54,13,199); }

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

border-color css

<style>
 span { border-color: #360DC7; }

 span { border-color: rgb(54,13,199); }

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