Html Css Color HEX #6037B4 Purple Heart

📋 copy color: '#6037B4'

red 96 ◦ green 55 ◦ blue 180

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

Shades of Purple Heart #6037B4

Tints of Purple Heart #6037B4

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.62%

 BLUE value IS 180 (70.7% from 255) = 54.38%

R = 29%
G = 16.62%
B = 54.38%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6037B4 (or 0x6037B4) is known color: Purple Heart. HEX triplet: 60, 37 and B4. RGB value is (96,55,180). Sum of RGB (Red+Green+Blue) = 96+55+180=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 180 (70.70% from 255 or 54.38% from 331); Max value from RGB is 180 - color contains mainly: blue. Hex color #6037B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6037B4 is #9FC84B. Grayscale: #515151. Windows color (decimal): -10471500 or 11810656. OLE color: 11810656.

HSL color Cylindrical-coordinate representation of color #6037B4: hue angle of 259.68º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6037B4 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 55 180 -
CMYK 0.47 0.69 0 0.29
HSL 259.68º 0.53% 0.46% -
HSV(B) 259.68º 0.69% 0.71% -
XYZ 14.43 8.51 44.06 -
YUV 81.51 183.58 138.34 -
System Red Green Blue C M Y K H S L
Decimal 96 55 180 0.47 0.69 0 0.29 259.68 0.53 0.46
Hex 60 37 B4 2F 45 0 1D 104 35 2E
Octal 140 67 264 57 105 0 35 404 65 56
Binary 1100000 110111 10110100 101111 1000101 0 11101 100000100 110101 101110

Color Harmonies of #6037B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6037B4

Black with #6037B4

Text Example


Text Example

White with #6037B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6037B4; }

 p { color: rgb(96,55,180); }

 H1.HeaderClassName
 {
   color: #6037B4;
 }
 .AnyTagClassName
 {
   color: #6037B4;
 }
</style>

background-color css

<style>
 a { background-color: #6037B4; }

 a { background-color: rgb(96,55,180); }

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

border-color css

<style>
 span { border-color: #6037B4; }

 span { border-color: rgb(96,55,180); }

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