Html Css Color HEX #6C34CA Purple Heart

📋 copy color: '#6C34CA'

red 108 ◦ green 52 ◦ blue 202

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

Shades of Purple Heart #6C34CA

Tints of Purple Heart #6C34CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.8%

R = 29.83%
G = 14.36%
B = 55.8%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C34CA (or 0x6C34CA) is known color: Purple Heart. HEX triplet: 6C, 34 and CA. RGB value is (108,52,202). Sum of RGB (Red+Green+Blue) = 108+52+202=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C34CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C34CA is #93CB35. Grayscale: #555555. Windows color (decimal): -9685814 or 13251692. OLE color: 13251692.

HSL color Cylindrical-coordinate representation of color #6C34CA: hue angle of 262.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C34CA is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 52 202 -
CMYK 0.47 0.74 0 0.21
HSL 262.4º 0.59% 0.5% -
HSV(B) 262.4º 0.74% 0.79% -
XYZ 18.07 9.91 56.84 -
YUV 85.84 193.55 143.8 -
System Red Green Blue C M Y K H S L
Decimal 108 52 202 0.47 0.74 0 0.21 262.4 0.59 0.5
Hex 6C 34 CA 2F 4A 0 15 106 3B 32
Octal 154 64 312 57 112 0 25 406 73 62
Binary 1101100 110100 11001010 101111 1001010 0 10101 100000110 111011 110010

Color Harmonies of #6C34CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C34CA

Black with #6C34CA

Text Example


Text Example

White with #6C34CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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