Html Css Color HEX #6023BC Purple Heart

📋 copy color: '#6023BC'

red 96 ◦ green 35 ◦ blue 188

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

Shades of Purple Heart #6023BC

Tints of Purple Heart #6023BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.93%

R = 30.09%
G = 10.97%
B = 58.93%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6023BC (or 0x6023BC) is known color: Purple Heart. HEX triplet: 60, 23 and BC. RGB value is (96,35,188). Sum of RGB (Red+Green+Blue) = 96+35+188=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #6023BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6023BC is #9FDC43. Grayscale: #464646. Windows color (decimal): -10476612 or 12329824. OLE color: 12329824.

HSL color Cylindrical-coordinate representation of color #6023BC: hue angle of 263.92º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6023BC is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 35 188 -
CMYK 0.49 0.81 0 0.26
HSL 263.92º 0.69% 0.44% -
HSV(B) 263.92º 0.81% 0.74% -
XYZ 14.5 7.32 48.23 -
YUV 70.68 194.21 146.06 -
System Red Green Blue C M Y K H S L
Decimal 96 35 188 0.49 0.81 0 0.26 263.92 0.69 0.44
Hex 60 23 BC 31 51 0 1A 108 45 2C
Octal 140 43 274 61 121 0 32 410 105 54
Binary 1100000 100011 10111100 110001 1010001 0 11010 100001000 1000101 101100

Color Harmonies of #6023BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6023BC

Black with #6023BC

Text Example


Text Example

White with #6023BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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