Html Css Color HEX #6C34D0 Purple Heart

📋 copy color: '#6C34D0'

red 108 ◦ green 52 ◦ blue 208

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

Shades of Purple Heart #6C34D0

Tints of Purple Heart #6C34D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.52%

R = 29.35%
G = 14.13%
B = 56.52%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6C34D0 (or 0x6C34D0) is known color: Purple Heart. HEX triplet: 6C, 34 and D0. RGB value is (108,52,208). Sum of RGB (Red+Green+Blue) = 108+52+208=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 208 (81.64% from 255 or 56.52% from 368); Max value from RGB is 208 - color contains mainly: blue. Hex color #6C34D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C34D0 is #93CB2F. Grayscale: #555555. Windows color (decimal): -9685808 or 13644908. OLE color: 13644908.

HSL color Cylindrical-coordinate representation of color #6C34D0: hue angle of 261.54º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C34D0 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 108 52 208 -
CMYK 0.48 0.75 0 0.18
HSL 261.54º 0.62% 0.51% -
HSV(B) 261.54º 0.75% 0.82% -
XYZ 18.8 10.2 60.65 -
YUV 86.53 196.55 143.32 -
System Red Green Blue C M Y K H S L
Decimal 108 52 208 0.48 0.75 0 0.18 261.54 0.62 0.51
Hex 6C 34 D0 30 4B 0 12 106 3E 33
Octal 154 64 320 60 113 0 22 406 76 63
Binary 1101100 110100 11010000 110000 1001011 0 10010 100000110 111110 110011

Color Harmonies of #6C34D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C34D0

Black with #6C34D0

Text Example


Text Example

White with #6C34D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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