Html Css Color HEX #6023B1 Purple Heart

📋 copy color: '#6023B1'

red 96 ◦ green 35 ◦ blue 177

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

Shades of Purple Heart #6023B1

Tints of Purple Heart #6023B1

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.36%

 BLUE value IS 177 (69.53% from 255) = 57.47%

R = 31.17%
G = 11.36%
B = 57.47%

CMYK

 C value IS 0.46

 M value IS 0.80

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6023B1 (or 0x6023B1) is known color: Purple Heart. HEX triplet: 60, 23 and B1. RGB value is (96,35,177). Sum of RGB (Red+Green+Blue) = 96+35+177=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #6023B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6023B1 is #9FDC4E. Grayscale: #444444. Windows color (decimal): -10476623 or 11608928. OLE color: 11608928.

HSL color Cylindrical-coordinate representation of color #6023B1: hue angle of 265.77º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6023B1 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 35 177 -
CMYK 0.46 0.80 0 0.31
HSL 265.77º 0.67% 0.42% -
HSV(B) 265.77º 0.8% 0.69% -
XYZ 13.36 6.86 42.22 -
YUV 69.43 188.71 146.95 -
System Red Green Blue C M Y K H S L
Decimal 96 35 177 0.46 0.80 0 0.31 265.77 0.67 0.42
Hex 60 23 B1 2E 50 0 1F 10A 43 2A
Octal 140 43 261 56 120 0 37 412 103 52
Binary 1100000 100011 10110001 101110 1010000 0 11111 100001010 1000011 101010

Color Harmonies of #6023B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6023B1

Black with #6023B1

Text Example


Text Example

White with #6023B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6023B1; }

 p { color: rgb(96,35,177); }

 H1.HeaderClassName
 {
   color: #6023B1;
 }
 .AnyTagClassName
 {
   color: #6023B1;
 }
</style>

background-color css

<style>
 a { background-color: #6023B1; }

 a { background-color: rgb(96,35,177); }

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

border-color css

<style>
 span { border-color: #6023B1; }

 span { border-color: rgb(96,35,177); }

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