Html Css Color HEX #6C34BE Purple Heart

📋 copy color: '#6C34BE'

red 108 ◦ green 52 ◦ blue 190

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

Shades of Purple Heart #6C34BE

Tints of Purple Heart #6C34BE

RGB

 RED value IS 108 (42.58% from 255) = 30.86%

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

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

R = 30.86%
G = 14.86%
B = 54.29%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C34BE (or 0x6C34BE) is known color: Purple Heart. HEX triplet: 6C, 34 and BE. RGB value is (108,52,190). Sum of RGB (Red+Green+Blue) = 108+52+190=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C34BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C34BE is #93CB41. Grayscale: #535353. Windows color (decimal): -9685826 or 12465260. OLE color: 12465260.

HSL color Cylindrical-coordinate representation of color #6C34BE: hue angle of 264.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C34BE is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 52 190 -
CMYK 0.43 0.73 0 0.25
HSL 264.35º 0.57% 0.47% -
HSV(B) 264.35º 0.73% 0.75% -
XYZ 16.71 9.36 49.64 -
YUV 84.48 187.55 144.78 -
System Red Green Blue C M Y K H S L
Decimal 108 52 190 0.43 0.73 0 0.25 264.35 0.57 0.47
Hex 6C 34 BE 2B 49 0 19 108 39 2F
Octal 154 64 276 53 111 0 31 410 71 57
Binary 1101100 110100 10111110 101011 1001001 0 11001 100001000 111001 101111

Color Harmonies of #6C34BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C34BE

Black with #6C34BE

Text Example


Text Example

White with #6C34BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C34BE; }

 p { color: rgb(108,52,190); }

 H1.HeaderClassName
 {
   color: #6C34BE;
 }
 .AnyTagClassName
 {
   color: #6C34BE;
 }
</style>

background-color css

<style>
 a { background-color: #6C34BE; }

 a { background-color: rgb(108,52,190); }

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

border-color css

<style>
 span { border-color: #6C34BE; }

 span { border-color: rgb(108,52,190); }

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