Html Css Color HEX #6123DF Purple Heart

📋 copy color: '#6123DF'

red 97 ◦ green 35 ◦ blue 223

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

Shades of Purple Heart #6123DF

Tints of Purple Heart #6123DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.82%

R = 27.32%
G = 9.86%
B = 62.82%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6123DF (or 0x6123DF) is known color: Purple Heart. HEX triplet: 61, 23 and DF. RGB value is (97,35,223). Sum of RGB (Red+Green+Blue) = 97+35+223=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #6123DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6123DF is #9EDC20. Grayscale: #4A4A4A. Windows color (decimal): -10411041 or 14623585. OLE color: 14623585.

HSL color Cylindrical-coordinate representation of color #6123DF: hue angle of 259.79º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6123DF is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 35 223 -
CMYK 0.57 0.84 0 0.13
HSL 259.79º 0.75% 0.51% -
HSV(B) 259.79º 0.84% 0.87% -
XYZ 18.85 9.07 70.57 -
YUV 74.97 211.54 143.71 -
System Red Green Blue C M Y K H S L
Decimal 97 35 223 0.57 0.84 0 0.13 259.79 0.75 0.51
Hex 61 23 DF 39 54 0 D 104 4B 33
Octal 141 43 337 71 124 0 15 404 113 63
Binary 1100001 100011 11011111 111001 1010100 0 1101 100000100 1001011 110011

Color Harmonies of #6123DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6123DF

Black with #6123DF

Text Example


Text Example

White with #6123DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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