Html Css Color HEX #6123B6 Purple Heart

📋 copy color: '#6123B6'

red 97 ◦ green 35 ◦ blue 182

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

Shades of Purple Heart #6123B6

Tints of Purple Heart #6123B6

RGB

 RED value IS 97 (38.28% from 255) = 30.89%

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

 BLUE value IS 182 (71.48% from 255) = 57.96%

R = 30.89%
G = 11.15%
B = 57.96%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6123B6 (or 0x6123B6) is known color: Purple Heart. HEX triplet: 61, 23 and B6. RGB value is (97,35,182). Sum of RGB (Red+Green+Blue) = 97+35+182=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 182 (71.48% from 255 or 57.96% from 314); Max value from RGB is 182 - color contains mainly: blue. Hex color #6123B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6123B6 is #9EDC49. Grayscale: #454545. Windows color (decimal): -10411082 or 11936609. OLE color: 11936609.

HSL color Cylindrical-coordinate representation of color #6123B6: hue angle of 265.31º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6123B6 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 97 35 182 -
CMYK 0.47 0.81 0 0.29
HSL 265.31º 0.68% 0.43% -
HSV(B) 265.31º 0.81% 0.71% -
XYZ 13.97 7.12 44.89 -
YUV 70.3 191.04 147.05 -
System Red Green Blue C M Y K H S L
Decimal 97 35 182 0.47 0.81 0 0.29 265.31 0.68 0.43
Hex 61 23 B6 2F 51 0 1D 109 44 2B
Octal 141 43 266 57 121 0 35 411 104 53
Binary 1100001 100011 10110110 101111 1010001 0 11101 100001001 1000100 101011

Color Harmonies of #6123B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6123B6

Black with #6123B6

Text Example


Text Example

White with #6123B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6123B6; }

 p { color: rgb(97,35,182); }

 H1.HeaderClassName
 {
   color: #6123B6;
 }
 .AnyTagClassName
 {
   color: #6123B6;
 }
</style>

background-color css

<style>
 a { background-color: #6123B6; }

 a { background-color: rgb(97,35,182); }

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

border-color css

<style>
 span { border-color: #6123B6; }

 span { border-color: rgb(97,35,182); }

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