Html Css Color HEX #581BCF Purple Heart

📋 copy color: '#581BCF'

red 88 ◦ green 27 ◦ blue 207

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

Shades of Purple Heart #581BCF

Tints of Purple Heart #581BCF

RGB

 RED value IS 88 (34.77% from 255) = 27.33%

 GREEN value IS 27 (10.94% from 255) = 8.39%

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

R = 27.33%
G = 8.39%
B = 64.29%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#581BCF (or 0x581BCF) is known color: Purple Heart. HEX triplet: 58, 1B and CF. RGB value is (88,27,207). Sum of RGB (Red+Green+Blue) = 88+27+207=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #581BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581BCF is #A7E430. Grayscale: #414141. Windows color (decimal): -11002929 or 13572952. OLE color: 13572952.

HSL color Cylindrical-coordinate representation of color #581BCF: hue angle of 260.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #581BCF is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 27 207 -
CMYK 0.57 0.87 0 0.19
HSL 260.33º 0.77% 0.46% -
HSV(B) 260.33º 0.87% 0.81% -
XYZ 15.68 7.36 59.63 -
YUV 65.76 207.71 143.86 -
System Red Green Blue C M Y K H S L
Decimal 88 27 207 0.57 0.87 0 0.19 260.33 0.77 0.46
Hex 58 1B CF 39 57 0 13 104 4D 2E
Octal 130 33 317 71 127 0 23 404 115 56
Binary 1011000 11011 11001111 111001 1010111 0 10011 100000100 1001101 101110

Color Harmonies of #581BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581BCF

Black with #581BCF

Text Example


Text Example

White with #581BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581BCF; }

 p { color: rgb(88,27,207); }

 H1.HeaderClassName
 {
   color: #581BCF;
 }
 .AnyTagClassName
 {
   color: #581BCF;
 }
</style>

background-color css

<style>
 a { background-color: #581BCF; }

 a { background-color: rgb(88,27,207); }

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

border-color css

<style>
 span { border-color: #581BCF; }

 span { border-color: rgb(88,27,207); }

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