Html Css Color HEX #6038DD Purple Heart

📋 copy color: '#6038DD'

red 96 ◦ green 56 ◦ blue 221

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

Shades of Purple Heart #6038DD

Tints of Purple Heart #6038DD

RGB

 RED value IS 96 (37.89% from 255) = 25.74%

 GREEN value IS 56 (22.27% from 255) = 15.01%

 BLUE value IS 221 (86.72% from 255) = 59.25%

R = 25.74%
G = 15.01%
B = 59.25%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6038DD (or 0x6038DD) is known color: Purple Heart. HEX triplet: 60, 38 and DD. RGB value is (96,56,221). Sum of RGB (Red+Green+Blue) = 96+56+221=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #6038DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6038DD is #9FC722. Grayscale: #565656. Windows color (decimal): -10471203 or 14497888. OLE color: 14497888.

HSL color Cylindrical-coordinate representation of color #6038DD: hue angle of 254.55º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6038DD is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 56 221 -
CMYK 0.57 0.75 0 0.13
HSL 254.55º 0.71% 0.54% -
HSV(B) 254.55º 0.75% 0.87% -
XYZ 19.29 10.54 69.42 -
YUV 86.77 203.75 134.58 -
System Red Green Blue C M Y K H S L
Decimal 96 56 221 0.57 0.75 0 0.13 254.55 0.71 0.54
Hex 60 38 DD 39 4B 0 D FF 47 36
Octal 140 70 335 71 113 0 15 377 107 66
Binary 1100000 111000 11011101 111001 1001011 0 1101 11111111 1000111 110110

Color Harmonies of #6038DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6038DD

Black with #6038DD

Text Example


Text Example

White with #6038DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6038DD; }

 p { color: rgb(96,56,221); }

 H1.HeaderClassName
 {
   color: #6038DD;
 }
 .AnyTagClassName
 {
   color: #6038DD;
 }
</style>

background-color css

<style>
 a { background-color: #6038DD; }

 a { background-color: rgb(96,56,221); }

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

border-color css

<style>
 span { border-color: #6038DD; }

 span { border-color: rgb(96,56,221); }

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