Html Css Color HEX #6138DF Purple Heart

📋 copy color: '#6138DF'

red 97 ◦ green 56 ◦ blue 223

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

Shades of Purple Heart #6138DF

Tints of Purple Heart #6138DF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.89%

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

R = 25.8%
G = 14.89%
B = 59.31%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6138DF (or 0x6138DF) is known color: Purple Heart. HEX triplet: 61, 38 and DF. RGB value is (97,56,223). Sum of RGB (Red+Green+Blue) = 97+56+223=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #6138DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6138DF is #9EC720. Grayscale: #565656. Windows color (decimal): -10405665 or 14628961. OLE color: 14628961.

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

Color convert

RGB 97 56 223 -
CMYK 0.57 0.75 0 0.13
HSL 254.73º 0.72% 0.55% -
HSV(B) 254.73º 0.75% 0.87% -
XYZ 19.66 10.7 70.84 -
YUV 87.3 204.58 134.92 -
System Red Green Blue C M Y K H S L
Decimal 97 56 223 0.57 0.75 0 0.13 254.73 0.72 0.55
Hex 61 38 DF 39 4B 0 D FF 48 37
Octal 141 70 337 71 113 0 15 377 110 67
Binary 1100001 111000 11011111 111001 1001011 0 1101 11111111 1001000 110111

Color Harmonies of #6138DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6138DF

Black with #6138DF

Text Example


Text Example

White with #6138DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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