Html Css Color HEX #6434CF Purple Heart

📋 copy color: '#6434CF'

red 100 ◦ green 52 ◦ blue 207

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

Shades of Purple Heart #6434CF

Tints of Purple Heart #6434CF

RGB

 RED value IS 100 (39.45% from 255) = 27.86%

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

 BLUE value IS 207 (81.25% from 255) = 57.66%

R = 27.86%
G = 14.48%
B = 57.66%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6434CF (or 0x6434CF) is known color: Purple Heart. HEX triplet: 64, 34 and CF. RGB value is (100,52,207). Sum of RGB (Red+Green+Blue) = 100+52+207=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #6434CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6434CF is #9BCB30. Grayscale: #535353. Windows color (decimal): -10210097 or 13579364. OLE color: 13579364.

HSL color Cylindrical-coordinate representation of color #6434CF: hue angle of 258.58º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6434CF is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 52 207 -
CMYK 0.52 0.75 0 0.19
HSL 258.58º 0.62% 0.51% -
HSV(B) 258.58º 0.75% 0.81% -
XYZ 17.75 9.67 59.96 -
YUV 84.02 197.4 139.4 -
System Red Green Blue C M Y K H S L
Decimal 100 52 207 0.52 0.75 0 0.19 258.58 0.62 0.51
Hex 64 34 CF 34 4B 0 13 103 3E 33
Octal 144 64 317 64 113 0 23 403 76 63
Binary 1100100 110100 11001111 110100 1001011 0 10011 100000011 111110 110011

Color Harmonies of #6434CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6434CF

Black with #6434CF

Text Example


Text Example

White with #6434CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6434CF; }

 p { color: rgb(100,52,207); }

 H1.HeaderClassName
 {
   color: #6434CF;
 }
 .AnyTagClassName
 {
   color: #6434CF;
 }
</style>

background-color css

<style>
 a { background-color: #6434CF; }

 a { background-color: rgb(100,52,207); }

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

border-color css

<style>
 span { border-color: #6434CF; }

 span { border-color: rgb(100,52,207); }

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