Html Css Color HEX #6027BE Purple Heart

📋 copy color: '#6027BE'

red 96 ◦ green 39 ◦ blue 190

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

Shades of Purple Heart #6027BE

Tints of Purple Heart #6027BE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

 BLUE value IS 190 (74.61% from 255) = 58.46%

R = 29.54%
G = 12%
B = 58.46%

CMYK

 C value IS 0.49

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6027BE (or 0x6027BE) is known color: Purple Heart. HEX triplet: 60, 27 and BE. RGB value is (96,39,190). Sum of RGB (Red+Green+Blue) = 96+39+190=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #6027BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6027BE is #9FD841. Grayscale: #484848. Windows color (decimal): -10475586 or 12461920. OLE color: 12461920.

HSL color Cylindrical-coordinate representation of color #6027BE: hue angle of 262.65º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6027BE is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 39 190 -
CMYK 0.49 0.79 0 0.25
HSL 262.65º 0.66% 0.45% -
HSV(B) 262.65º 0.79% 0.75% -
XYZ 14.84 7.66 49.41 -
YUV 73.26 193.88 144.22 -
System Red Green Blue C M Y K H S L
Decimal 96 39 190 0.49 0.79 0 0.25 262.65 0.66 0.45
Hex 60 27 BE 31 4F 0 19 107 42 2D
Octal 140 47 276 61 117 0 31 407 102 55
Binary 1100000 100111 10111110 110001 1001111 0 11001 100000111 1000010 101101

Color Harmonies of #6027BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6027BE

Black with #6027BE

Text Example


Text Example

White with #6027BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6027BE; }

 p { color: rgb(96,39,190); }

 H1.HeaderClassName
 {
   color: #6027BE;
 }
 .AnyTagClassName
 {
   color: #6027BE;
 }
</style>

background-color css

<style>
 a { background-color: #6027BE; }

 a { background-color: rgb(96,39,190); }

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

border-color css

<style>
 span { border-color: #6027BE; }

 span { border-color: rgb(96,39,190); }

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