Html Css Color HEX #553CCF Purple Heart

📋 copy color: '#553CCF'

red 85 ◦ green 60 ◦ blue 207

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

Shades of Purple Heart #553CCF

Tints of Purple Heart #553CCF

RGB

 RED value IS 85 (33.59% from 255) = 24.15%

 GREEN value IS 60 (23.83% from 255) = 17.05%

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

R = 24.15%
G = 17.05%
B = 58.81%

CMYK

 C value IS 0.59

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#553CCF (or 0x553CCF) is known color: Purple Heart. HEX triplet: 55, 3C and CF. RGB value is (85,60,207). Sum of RGB (Red+Green+Blue) = 85+60+207=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #553CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553CCF is #AAC330. Grayscale: #535353. Windows color (decimal): -11191089 or 13581397. OLE color: 13581397.

HSL color Cylindrical-coordinate representation of color #553CCF: hue angle of 250.2º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #553CCF is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 60 207 -
CMYK 0.59 0.71 0 0.19
HSL 250.2º 0.6% 0.52% -
HSV(B) 250.2º 0.71% 0.81% -
XYZ 16.62 9.67 60.02 -
YUV 84.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 85 60 207 0.59 0.71 0 0.19 250.2 0.6 0.52
Hex 55 3C CF 3B 47 0 13 FA 3C 34
Octal 125 74 317 73 107 0 23 372 74 64
Binary 1010101 111100 11001111 111011 1000111 0 10011 11111010 111100 110100

Color Harmonies of #553CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553CCF

Black with #553CCF

Text Example


Text Example

White with #553CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553CCF; }

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

 H1.HeaderClassName
 {
   color: #553CCF;
 }
 .AnyTagClassName
 {
   color: #553CCF;
 }
</style>

background-color css

<style>
 a { background-color: #553CCF; }

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

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

border-color css

<style>
 span { border-color: #553CCF; }

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

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