Html Css Color HEX #6C34B1 Purple Heart

📋 copy color: '#6C34B1'

red 108 ◦ green 52 ◦ blue 177

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

Shades of Purple Heart #6C34B1

Tints of Purple Heart #6C34B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 52.52%

R = 32.05%
G = 15.43%
B = 52.52%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6C34B1 (or 0x6C34B1) is known color: Purple Heart. HEX triplet: 6C, 34 and B1. RGB value is (108,52,177). Sum of RGB (Red+Green+Blue) = 108+52+177=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 177 (69.53% from 255 or 52.52% from 337); Max value from RGB is 177 - color contains mainly: blue. Hex color #6C34B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C34B1 is #93CB4E. Grayscale: #525252. Windows color (decimal): -9685839 or 11613292. OLE color: 11613292.

HSL color Cylindrical-coordinate representation of color #6C34B1: hue angle of 266.88º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C34B1 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 52 177 -
CMYK 0.39 0.71 0 0.31
HSL 266.88º 0.55% 0.45% -
HSV(B) 266.88º 0.71% 0.69% -
XYZ 15.35 8.82 42.49 -
YUV 82.99 181.05 145.84 -
System Red Green Blue C M Y K H S L
Decimal 108 52 177 0.39 0.71 0 0.31 266.88 0.55 0.45
Hex 6C 34 B1 27 47 0 1F 10B 37 2D
Octal 154 64 261 47 107 0 37 413 67 55
Binary 1101100 110100 10110001 100111 1000111 0 11111 100001011 110111 101101

Color Harmonies of #6C34B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C34B1

Black with #6C34B1

Text Example


Text Example

White with #6C34B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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