Html Css Color HEX #6134DE Purple Heart

📋 copy color: '#6134DE'

red 97 ◦ green 52 ◦ blue 222

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

Shades of Purple Heart #6134DE

Tints of Purple Heart #6134DE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.02%

 BLUE value IS 222 (87.11% from 255) = 59.84%

R = 26.15%
G = 14.02%
B = 59.84%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6134DE (or 0x6134DE) is known color: Purple Heart. HEX triplet: 61, 34 and DE. RGB value is (97,52,222). Sum of RGB (Red+Green+Blue) = 97+52+222=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #6134DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6134DE is #9ECB21. Grayscale: #545454. Windows color (decimal): -10406690 or 14562401. OLE color: 14562401.

HSL color Cylindrical-coordinate representation of color #6134DE: hue angle of 255.88º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6134DE is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 52 222 -
CMYK 0.56 0.77 0 0.13
HSL 255.88º 0.72% 0.54% -
HSV(B) 255.88º 0.77% 0.87% -
XYZ 19.34 10.27 70.07 -
YUV 84.84 205.41 136.68 -
System Red Green Blue C M Y K H S L
Decimal 97 52 222 0.56 0.77 0 0.13 255.88 0.72 0.54
Hex 61 34 DE 38 4D 0 D 100 48 36
Octal 141 64 336 70 115 0 15 400 110 66
Binary 1100001 110100 11011110 111000 1001101 0 1101 100000000 1001000 110110

Color Harmonies of #6134DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6134DE

Black with #6134DE

Text Example


Text Example

White with #6134DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6134DE; }

 p { color: rgb(97,52,222); }

 H1.HeaderClassName
 {
   color: #6134DE;
 }
 .AnyTagClassName
 {
   color: #6134DE;
 }
</style>

background-color css

<style>
 a { background-color: #6134DE; }

 a { background-color: rgb(97,52,222); }

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

border-color css

<style>
 span { border-color: #6134DE; }

 span { border-color: rgb(97,52,222); }

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